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 12251 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2019-12-14T13:46:52+01:00 (5 years ago)
Author:
smasson
Message:

rev12232_dev_r12072_MERGE_OPTION2_2019: merge trunk 12072:12248, all sette tests ok, GYRE_PISCES, AMM12, ISOMIP, VORTEX intentical to 12210

Location:
NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/field_def_nemo-oce.xml

    r12191 r12251  
    10611061    </field_group> 
    10621062 
    1063     <!-- TMB diagnostic output --> 
    1064     <field_group  id="1h_grid_T_tmb" grid_ref="grid_T_2D" operation="instant"> 
    1065       <field id="top_temp"           name="votemper_top"  unit="degC"  /> 
    1066       <field id="mid_temp"           name="votemper_mid"  unit="degC"  /> 
    1067       <field id="bot_temp"           name="votemper_bot"  unit="degC"  /> 
    1068       <field id="top_sal"            name="vosaline_top"  unit="psu"   /> 
    1069       <field id="mid_sal"            name="vosaline_mid"  unit="psu"   /> 
    1070       <field id="bot_sal"            name="vosaline_bot"  unit="psu"   /> 
    1071       <field id="sshnmasked"         name="sossheig"      unit="m"     />  
    1072     </field_group> 
    1073  
    10741063    <field_group  id="1h_grid_U_tmb" grid_ref="grid_U_2D" operation="instant"> 
    10751064      <field id="top_u"           name="vozocrtx_top"  unit="m/s"  /> 
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/grid_def_nemo.xml

    r12185 r12251  
    2424        <!--  --> 
    2525       <grid id="grid_T_3DS" > 
    26          <domain id="grid_T" /> 
    27          <axis id="profsed" /> 
     26         <domain domain_ref="grid_T" /> 
     27         <axis axis_ref="profsed" /> 
    2828       </grid> 
    2929        <!--  --> 
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/namelist_ref

    r12210 r12251  
    12031203!!   namflo       float parameters                                      (default: OFF) 
    12041204!!   nam_diadct   transports through some sections                      (default: OFF) 
    1205 !!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
    12061205!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    12071206!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     
    12641263       !                   !     -1 : debug all section 
    12651264       !                   !  0 < n : debug section number n 
    1266 / 
    1267 !----------------------------------------------------------------------- 
    1268 &nam_diatmb    !  Top Middle Bottom Output                              (default: OFF) 
    1269 !----------------------------------------------------------------------- 
    1270    ln_diatmb   = .true.   !  Choose Top Middle and Bottom output or not 
    12711265/ 
    12721266!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.