New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2561 for trunk/NEMOGCM/CONFIG/POMME – NEMO

Ignore:
Timestamp:
2011-01-17T17:22:58+01:00 (13 years ago)
Author:
cetlod
Message:

Suppression of special characters in the name of output variables & check consistency with iodef.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/POMME/EXP00/iodef.xml

    r2528 r2561  
    2222   <field id="sst"          description="sea surface temperature"                   unit="degC"                     /> 
    2323   <field id="sst2"         description="square of sea surface temperature"         unit="degC2"                    /> 
    24    <field id="|sstgrad|"    description="module of sst gradient"                    unit="degC/m"                   /> 
    25    <field id="|sstgrad|2"   description="square of module of sst gradient"          unit="degC2/m2"                 /> 
     24   <field id="sstgrad"      description="module of sst gradient"                    unit="degC/m"                   /> 
     25   <field id="sstgrad2"     description="square of module of sst gradient"          unit="degC2/m2"                 /> 
    2626   <field id="sss"          description="sea surface salinity"                      unit="psu"                      /> 
    2727   <field id="sss2"         description="square of sea surface salinity"            unit="psu2"                     /> 
     
    3636   <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        /> 
    3737   <field id="mldr0_3"      description="Mixed Layer Depth dr=0.03 (ref.surf)"      unit="m"                        /> 
    38    <field id="mld|dt|"      description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        /> 
     38   <field id="mld_dt02"      description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        /> 
    3939   <field id="topthdep"     description="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        /> 
    4040   <field id="pycndep"      description="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        /> 
     
    5454      <group id="SBC" axis_ref="none" grid_ref="grid_T" > <!-- time step automaticaly defined based on nn_fsbc --> 
    5555 
    56    <field id="emp-rnf"      description="Net Upward Water Flux"                                        unit="kg/m2/s"  /> 
    57    <field id="emps-rnf"     description="concentration/dilution water flux"                            unit="kg/m2/s"  /> 
     56   <field id="empmr"        description="Net Upward Water Flux"                                        unit="kg/m2/s"  /> 
     57   <field id="empsmr"       description="concentration/dilution water flux"                            unit="kg/m2/s"  /> 
    5858   <field id="snowpre"      description="Snow precipitation"                                           unit="kg/m2/s"  /> 
    5959   <field id="runoffs"      description="River Runoffs"                                                unit="Kg/m2/s"  /> 
    6060 
    61    <field id="qns+qsr"      description="Net Downward Heat Flux"                                       unit="W/m2"     /> 
     61   <field id="qt"           description="Net Downward Heat Flux"                                       unit="W/m2"     /> 
    6262   <field id="qns"          description="non solar Downward Heat Flux"                                 unit="W/m2"     /> 
    6363   <field id="qsr"          description="Shortwave Radiation"                                          unit="W/m2"     /> 
     
    6767   <field id="taum"         description="wind stress module"                                           unit="N/m2"     /> 
    6868   <field id="wspd"         description="Wind speed module at 10 m"                                    unit="m/s"      /> 
     69 
     70        <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn --> 
     71        <field id="ssh_ib"       description="Inverse barometer sea surface height"                         unit="m"        /> 
    6972    
    7073   <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
     
    133136   <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" /> 
    134137   <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  /> 
    135    <field id="uoce_eff"     description="Effective ocean current along i-axis"        unit="m/s"                  /> 
     138   <field id="uocetr_eff"   description="Effective ocean transport along i-axis"      unit="m3/s"                 /> 
    136139   <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    137140   <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  /> 
     
    151154   <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" /> 
    152155   <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  /> 
    153    <field id="voce_eff"     description="Effective ocean current along j-axis"        unit="m/s"                  /> 
     156   <field id="vocetr_eff"   description="Effective ocean transport along j-axis"      unit="m3/s"                 /> 
    154157   <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    155158   <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  /> 
     
    168171      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
    169172   <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  /> 
    170    <field id="woce_eff"     description="effective ocean vertical velocity"           unit="m/s"                  /> 
     173   <field id="wocetr_eff"   description="effective ocean vertical transport"          unit="m3/s"                 /> 
    171174   <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv --> 
    172175   <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  /> 
     
    221224   <field ref="sss"          name="sosaline"  /> 
    222225   <field ref="ssh"          name="sossheig"  /> 
    223    <field ref="emp-rnf"      name="sowaflup"  /> 
     226   <field ref="empmr"        name="sowaflup"  /> 
    224227   <field ref="qsr"          name="soshfldo"  /> 
    225    <field ref="emps-rnf"     name="sowaflcd"  /> 
    226    <field ref="qns+qsr"      name="sohefldo"  /> 
     228   <field ref="empsmr"       name="sowaflcd"  /> 
     229   <field ref="qt"           name="sohefldo"  /> 
    227230   <field ref="mldr10_1"     name="somxl010"  /> 
    228231   <field ref="mldkz5"       name="somixhgt"  /> 
Note: See TracChangeset for help on using the changeset viewer.