working on model name and version mapping

This commit is contained in:
Sebastien Villaume 2024-01-26 08:48:19 +00:00
parent e44d6747a6
commit 8f679d864e
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
# (C) Copyright 2005- ECMWF.
#concept modelName ("unknown", "modelNameConcept.def",conceptsDir2,conceptsDir1): no_copy, dump;
#if (!(modelName is "unknown")) {
# concept modelVersion ("unknown", "modelVersionConcept.[modelName].def",conceptsDir2,conceptsDir1): no_copy, dump;
# alias mars.model = modelName;
#}