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 3876 for branches/2013/dev_r3858_CNRS3_Ediag/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2013-04-19T08:48:21+02:00 (11 years ago)
Author:
gm
Message:

dev_r3858_CNRS3_Ediag: #927 phasing with 2011/dev_r3309_LOCEAN12_Ediag branche + mxl diag update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_CNRS3_Ediag/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3795 r3876  
    848848!!====================================================================== 
    849849!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    850 !!   namtrd       dynamics and/or tracer trends                         ("key_trddyn","key_trdtra","key_trdmld") 
     850!!   namtrd       dynamics and/or tracer trends                          
    851851!!   namflo       float parameters                                      ("key_float") 
    852852!!   namptr       Poleward Transport Diagnostics 
     
    866866/ 
    867867!----------------------------------------------------------------------- 
    868 &namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra") 
    869 !              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor") 
    870 !----------------------------------------------------------------------- 
    871    nn_trd      = 365       !  time step frequency dynamics and tracers trends 
     868&namtrd        !   diagnostics on dynamics and/or tracer trends          
     869!              !       or mixed-layer trends or barotropic vorticity     
     870!----------------------------------------------------------------------- 
     871   ln_glo_trd  = .FALSE.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
     872   ln_dyn_trd  = .FALSE.   ! (T) 3D momentum trend output 
     873   ln_dyn_mld  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer  
     874   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends  
     875   ln_KE_trd   = .FALSE.   ! (T) 3D Kinetic   Energy     trends 
     876   ln_PE_trd   = .FALSE.   ! (T) 3D Potential Energy     trends 
     877   ln_tra_trd  = .FALSE.   ! (T) 3D tracer trend output 
     878   ln_tra_mld  = .FALSE.   ! (T) 2D tracer trends averaged over the mixed layer  
     879   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     880/ 
     881!----------------------------------------------------------------------- 
     882&namtrd_mxl    !   mixed layer averaged trends diagnosed on dynamics and/or tracer trends          
     883!----------------------------------------------------------------------- 
     884   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     885   rn_zho_c    = 0.01      ! density criteria used to define the MLD (do not change unless changing the value used in zdfmxl) 
    872886   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    873887   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
Note: See TracChangeset for help on using the changeset viewer.