adding base param to paramType

This commit is contained in:
Sebastien Villaume 2024-02-11 17:10:44 +00:00
parent 74a69ef054
commit 675df8fc48
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# (C) Copyright 2005- ECMWF.
constant paramType = "chemical" ;
transient paramType="chemical";
unalias mars.paramtype ;
alias mars.paramtype = paramType ;
# Atmospheric chemical or physical constituent type

View File

@ -1,5 +1,8 @@
# (C) Copyright 2005- ECMWF.
transient paramType = "base";
alias mars.paramtype = paramType ;
# Parameter category
codetable[1] parameterCategory ('4.1.[discipline:l].table',masterDir,localDir) : dump;