mirror of https://github.com/ecmwf/eccodes.git
adding base param to paramType
This commit is contained in:
parent
74a69ef054
commit
675df8fc48
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue