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 6595 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE/EXP00 – NEMO

Ignore:
Timestamp:
2016-05-22T08:57:02+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: add namusr_def, domain size read in file, interface with arguments for hgr_read and usr_def_hgr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r6422 r6595  
    22!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!----------------------------------------------------------------------- 
     5&namusr_def    !   GYRE user defined namelist   
     6!----------------------------------------------------------------------- 
     7   nn_GYRE     =     1     !  GYRE resolution [1/degrees] 
     8   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant 
     9   jpkglo      =    31     !  number of model levels 
     10/ 
     11 
    412!----------------------------------------------------------------------- 
    513&namrun        !   parameters of the run 
     
    1826&namcfg     !   parameters of the configuration    
    1927!----------------------------------------------------------------------- 
    20    ln_read_cfg = .false.  !  flag to read (.true.) configuration definition files (coordinates, 
     28   ln_read_cfg = .false.  !!gm .false.  !  flag to read (.true.) configuration definition files (coordinates, 
    2129   cp_cfg      =  "gyre"                 !  name of the configuration 
    2230   jp_cfg      =       1                 !  resolution of the configuration 
     
    8290   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    8391   !                       !     (also = the frequency of sea-ice model call) 
    84    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    85    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     92   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
    8693   nn_ice      = 0         !  =0 no ice boundary condition   , 
    8794   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
Note: See TracChangeset for help on using the changeset viewer.