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 9213 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-01-12T10:38:50+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: nemogcm.F90 : updated in SAS & OFF + data assimilation initial calls (asm_bkg_wri , tra_asm_inc ...) moved to asm_inc_init + closed sea : restructure namcfg & its control print + set ln_closea = false if domcfg file not read (ln_domcfg=F

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r9198 r9213  
    1616      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    1717      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename 
    18       !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    19    ln_closea    = .false.  !  T => keep closed seas (defined by closea_mask field) in the domain and apply 
    20       !                    !      special treatment of freshwater fluxes. 
    21       !                    !  F => suppress closed seas (defined by closea_mask field) from the bathymetry 
    22       !                    !      at runtime. 
    23       !                    !  If there is no closea_mask field in the domain_cfg file or we do not use 
    24       !                    !  a domain_cfg file then this logical does nothing. 
     18      ! 
     19      ln_closea    = .false.    !  T => keep closed seas (defined by closea_mask field) in the   
     20      !                         !       domain and apply special treatment of freshwater fluxes. 
     21      !                         !  F => suppress closed seas (defined by closea_mask field)  
     22      !                         !       from the bathymetry at runtime. 
     23      !                         !  If closea_mask field doesn't exist in the domain_cfg file 
     24      !                         !      then this logical does nothing. 
    2525/ 
    2626!----------------------------------------------------------------------- 
     
    2828!----------------------------------------------------------------------- 
    2929   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     30   rn_rdt      = 5760.     !  time step for the dynamics and tracer 
     31   rn_atfp     =    0.1    !  asselin time filter parameter 
    3032/ 
    3133!----------------------------------------------------------------------- 
     
    299301/ 
    300302!----------------------------------------------------------------------- 
    301 &namctl        !   Control prints & Benchmark 
    302 !----------------------------------------------------------------------- 
     303&namctl        !   Control prints  
     304!----------------------------------------------------------------------- 
     305   ln_ctl      = .false.   !  trends control print (expensive!) 
     306   nn_print    =    0      !  level of print (0 no extra print) 
     307   ln_timing   = .false.   !  timing by routine write out in timing.output file 
     308   ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
    303309/ 
    304310!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.