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 9074 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-12-15T13:04:34+01:00 (6 years ago)
Author:
cetlod
Message:

Remove scalar diagnostic by default in the file_def

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/file_def_nemo-opa.xml

    r9019 r9074  
    7979   </file> 
    8080 
    81         <file id="file15" name_suffix="_scalar" description="scalar variables" enabled=".true." > 
    82           <field field_ref="voltot"       name="scvoltot"   /> 
    83           <field field_ref="sshtot"       name="scsshtot"   /> 
    84           <field field_ref="sshsteric"    name="scsshste"   /> 
    85           <field field_ref="sshthster"    name="scsshtst"   /> 
    86           <field field_ref="masstot"      name="scmastot"   /> 
    87           <field field_ref="temptot"      name="sctemtot"   /> 
    88           <field field_ref="saltot"       name="scsaltot"   /> 
    89  
    90           <field field_ref="bgtemper"     name="bgtemper"   /> 
    91           <field field_ref="bgsaline"     name="bgsaline"   /> 
    92           <field field_ref="bgheatco"     name="bgheatco"   /> 
    93           <field field_ref="bgsaltco"     name="bgsaltco"   /> 
    94           <field field_ref="bgvolssh"     name="bgvolssh"   /> 
    95           <field field_ref="bgvole3t"     name="bgvole3t"   /> 
    96           <field field_ref="bgfrcvol"     name="bgfrcvol"   /> 
    97           <field field_ref="bgfrctem"     name="bgfrctem"   /> 
    98           <field field_ref="bgfrcsal"     name="bgfrcsal"   /> 
    99         </file> 
    10081 
    10182      </file_group>  
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/field_def_nemo-opa.xml

    r9019 r9074  
    474474 
    475475      <field_group id="scalar"  grid_ref="grid_T_2D"  > 
     476          <!-- Need to have a salinity reference climatological file : sali_ref_clim_monthly --> 
    476477         <field id="voltot"     long_name="global total volume"                          standard_name="sea_water_volume"                               unit="m3"   /> 
    477478         <field id="sshtot"     long_name="global mean ssh"                              standard_name="global_average_sea_level_change"                unit="m"    /> 
Note: See TracChangeset for help on using the changeset viewer.