adding paramType

This commit is contained in:
Sebastien Villaume 2024-02-10 17:32:53 +00:00
parent 10b39f703c
commit 74a69ef054
3 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# (C) Copyright 2005- ECMWF.
constant paramType = "chemical" ;
alias mars.paramtype = paramType ;
# Aerosol type - now replaced by constituent type
# Note: Code tables 4.230 and 4.233 are identical
codetable[2] constituentType ('4.233.table',masterDir,localDir) : dump;

View File

@ -1,5 +1,8 @@
# (C) Copyright 2005- ECMWF.
constant paramType = "chemical" ;
alias mars.paramtype = paramType ;
# Atmospheric chemical or physical constituent type
codetable[2] constituentType ('4.230.table',masterDir,localDir) : dump;
meta constituentTypeName codetable_title(constituentType);

View File

@ -1,5 +1,8 @@
# (C) Copyright 2005- ECMWF.
constant paramType = "optical" ;
alias mars.paramtype = paramType ;
codetable[1] typeOfWavelengthInterval ('4.91.table',masterDir,localDir) : dump;
alias typeOfIntervalForFirstAndSecondWavelength=typeOfWavelengthInterval;