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 7239 – NEMO

Changeset 7239


Ignore:
Timestamp:
2016-11-16T14:40:15+01:00 (7 years ago)
Author:
flavoni
Message:

small fix

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/usrdef_nam.F90

    r7200 r7239  
    7171      ! 
    7272      cd_cfg = 'LOCK_EXCHANGE'      ! name & resolution (not used) 
    73       cp_cfg = INT( rn_dx ) 
     73      kk_cfg = INT( rn_dx ) 
    7474      ! 
    7575      ! Global Domain size:  LOCK_EXCHANGE domain is 64 km x 3 grid-points x 20 m 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/OVERFLOW/EXP00/namelist_cfg

    r7200 r7239  
    2020   cn_exp      =   "OVF_FCT2_flux_ubs"  !  experience name 
    2121   nn_it000    =       1   !  first time step 
    22    nn_itend    =    6120   ! here 17h of simulation  (=6120 time-step)  
     22   !nn_itend    =    6120  ! here 17h of simulation  (=6120 time-step) abort after 5802 for zps: pb of physiques conditions  
     23   nn_itend    =    5760   ! here 16h of simulation  (=5760 time-step)  
    2324   nn_istate   =       0   !  output the initial state (1) or not (0) 
    24    nn_stock    =    6120   !  frequency of creation of a restart file (modulo referenced to 1) 
    25    nn_write    =    6120   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     25   nn_stock    =    5760   !  frequency of creation of a restart file (modulo referenced to 1) 
     26   nn_write    =    5760   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    2627/ 
    2728!----------------------------------------------------------------------- 
    2829&namcfg        !   parameters of the configuration 
    2930!----------------------------------------------------------------------- 
    30    ln_read_cfg = .false.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
    31    !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    32    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    3331/ 
    3432!----------------------------------------------------------------------- 
    3533&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3634!----------------------------------------------------------------------- 
    37    ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
    38    nn_closea   =    1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    39    ! 
    40    nn_msh      =    1      !  create (>0) a mesh file or not (=0) 
    41    rn_isfhmin  =    0.00   !  treshold (m) to discriminate grounding ice to floating ice 
    42    ! 
    4335   rn_rdt      =   10.     !  time step for the dynamics (and tracer if nn_acc=0) 
    4436   rn_atfp     =    0.1    !  asselin time filter parameter 
    45    ! 
    46    ln_crs      = .false.   !  Logical switch for coarsening module 
    4737/ 
    4838!----------------------------------------------------------------------- 
     
    170160&namdyn_spg    !   Surface pressure gradient 
    171161!----------------------------------------------------------------------- 
    172    ln_dynspg_ts  = .true.   ! explicit free surface 
     162   ln_dynspg_ts  = .true.   ! split-explicit free surface 
    173163      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs. 
    174164      ln_bt_av      = .true.     ! Time filtering of barotropic variables 
     
    187177   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    188178   !                       !  Direction of action  : 
    189    ln_dynldf_lev =  .false.     !  iso-level 
    190    ln_dynldf_hor =  .true.    !  horizontal (geopotential) 
    191    ln_dynldf_iso =  .false.    !  iso-neutral 
     179   ln_dynldf_lev =  .true.      !  iso-level 
     180   ln_dynldf_hor =  .false.     !  horizontal (geopotential) 
     181   ln_dynldf_iso =  .false.     !  iso-neutral 
    192182   !                       !  Coefficient 
    193183   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
Note: See TracChangeset for help on using the changeset viewer.