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 12206 for NEMO/trunk/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2019-12-12T12:14:55+01:00 (5 years ago)
Author:
smasson
Message:

trunk: supress diatmb as it was bugged and already coded in diawri, see #1759

Location:
NEMO/trunk/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/field_def_nemo-oce.xml

    r11536 r12206  
    936936    </field_group> 
    937937 
    938     <!-- TMB diagnostic output --> 
    939     <field_group  id="1h_grid_T_tmb" grid_ref="grid_T_2D" operation="instant"> 
    940       <field id="top_temp"           name="votemper_top"  unit="degC"  /> 
    941       <field id="mid_temp"           name="votemper_mid"  unit="degC"  /> 
    942       <field id="bot_temp"           name="votemper_bot"  unit="degC"  /> 
    943       <field id="top_sal"            name="vosaline_top"  unit="psu"   /> 
    944       <field id="mid_sal"            name="vosaline_mid"  unit="psu"   /> 
    945       <field id="bot_sal"            name="vosaline_bot"  unit="psu"   /> 
    946       <field id="sshnmasked"         name="sossheig"      unit="m"     />  
    947     </field_group> 
    948  
    949938    <field_group  id="1h_grid_U_tmb" grid_ref="grid_U_2D" operation="instant"> 
    950939      <field id="top_u"           name="vozocrtx_top"  unit="m/s"  /> 
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r11814 r12206  
    11201120!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
    11211121!!   nam_diadct   transports through some sections                      (default: OFF) 
    1122 !!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
    11231122!!   nam_dia25h   25h Mean Output                                       (default: OFF) 
    11241123!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
     
    11961195       !                   !     -1 : debug all section 
    11971196       !                   !  0 < n : debug section number n 
    1198 / 
    1199 !----------------------------------------------------------------------- 
    1200 &nam_diatmb    !  Top Middle Bottom Output                              (default: OFF) 
    1201 !----------------------------------------------------------------------- 
    1202    ln_diatmb   = .false.   !  Choose Top Middle and Bottom output or not 
    12031197/ 
    12041198!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.