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 4756 for branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2014-09-03T09:47:30+02:00 (10 years ago)
Author:
deazer
Message:

Added two new routines, diatmb and dia25h to handle 25hourly and tmb output.
modified diawri to call these routines when logicals are true
logicals are set by new namelist addition set to true in AMM12 cfg and false in reference
default should be false.
additional call in dynspg_ts for barotropic U and V
Created extra fields in field_def.xml and extrae file groups in iodef.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4384 r4756  
    11781178   rn_htrmax         =  200.0   ! max. depth of transition range 
    11791179/ 
     1180!----------------------------------------------------------------------- 
     1181&nam_diatmb  !  Top Middle Bottom Output 
     1182!----------------------------------------------------------------------- 
     1183   ln_diatmb  = .false.    !  Choose Top Middle and Bottom output or not 
     1184/ 
     1185!----------------------------------------------------------------------- 
     1186&nam_dia25h  !  25h Mean Output 
     1187!----------------------------------------------------------------------- 
     1188   ln_dia25h  = .false.    ! Choose 25h mean output or not 
     1189/ 
Note: See TracChangeset for help on using the changeset viewer.