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

Changeset 7005


Ignore:
Timestamp:
2016-10-07T11:13:00+02:00 (8 years ago)
Author:
flavoni
Message:

updates

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM
Files:
5 edited

Legend:

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

    r6624 r7005  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
    8 / 
    9 !----------------------------------------------------------------------- 
    10 &namcfg        !   parameters of the configuration 
    11 !----------------------------------------------------------------------- 
    12    cp_cfg      =  "orca"               !  name of the configuration 
    13    jp_cfg      =       2               !  resolution of the configuration 
     8   nn_no       =       0       !  job number (no more used...) 
     9   cn_exp      =  "ORCA2_PIS"  !  experience name 
     10   nn_it000    =       1       !  first time step 
     11   nn_itend    =    5475       !  last  time step (std 5475) 
     12/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration 
     15!----------------------------------------------------------------------- 
     16   ln_read_cfg = .true.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
     17   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18   ln_write_cfg= .false.    !  (=T) create the domain configuration file 
     19   ! 
     20   cp_cfg      =  "orca"   !  name of the configuration 
     21   jp_cfg      =       2   !  resolution of the configuration 
     22   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     23   !                       !  in netcdf input files, as the start j-row for reading 
    1424/ 
    1525!----------------------------------------------------------------------- 
     
    1727!----------------------------------------------------------------------- 
    1828   ln_zps      = .true.    !  z-coordinate - partial steps 
    19    ln_linssh   = .true.    !  linear free surface 
    2029/ 
    2130!----------------------------------------------------------------------- 
    2231&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2332!----------------------------------------------------------------------- 
    24    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    25    ppa0        =     255.58049070440   ! (default coefficients) 
    26    ppa1        =     245.58132232490   ! 
    27    ppkth       =      21.43336197938   ! 
    28    ppacr       =       3.0             ! 
    29    ppdzmin     =  999999.              !  Minimum vertical spacing 
    30    pphmax      =  999999.              !  Maximum depth 
    31    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    32    ppa2        =  999999.              !  Double tanh function parameters 
    33    ppkth2      =  999999.              ! 
    34    ppacr2      =  999999.              ! 
     33   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     34   ! 
     35   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     36   ! 
    3537/ 
    3638!----------------------------------------------------------------------- 
     
    115117   ln_traldf_lev   =  .false.  !  iso-level 
    116118   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    117    ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    118    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     119   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     120   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    119121   ! 
    120122   !                       !  iso-neutral options:         
     
    152154/ 
    153155!----------------------------------------------------------------------- 
    154 &namtra_dmp    !   tracer: T & S newtonian damping 
     156&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    155157!----------------------------------------------------------------------- 
    156158/ 
     
    200202   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    201203   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     204   ! 
     205   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    202206/ 
    203207!----------------------------------------------------------------------- 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/SHARED/namelist_ref

    r6717 r7005  
    806806!----------------------------------------------------------------------- 
    807807   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
    808    ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    809    ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
     808   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     809   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
    810810   ln_hpg_isf  = .false.   !  s-coordinate (sco ) adapted to isf 
    811811   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/SETTE/input_ORCA2_LIM_PISCES.cfg

    r5398 r7005  
    1 ORCA2_LIM_nemo_v3.6.tar  ORCA2_LIM_PISCES_v3.6 
     1ORCA2_LIM_nemo_v3.7.tar  ORCA2_LIM_PISCES_v3.7 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/SETTE/input_ORCA2_OFF_PISCES.cfg

    r4318 r7005  
    1 INPUTS_DYNA_v3.6.tar ORCA2_OFF_PISCES 
     1INPUTS_DYNA_v3.7.tar ORCA2_OFF_PISCES_3.7 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/SETTE/sette.sh

    r7002 r7005  
    133133cp BATCH_TEMPLATE/${JOB_PREFIX}-${COMPILER} job_batch_template || exit 
    134134# Description of configuration tested: 
    135 # GYRE            : 1 &  2 
    136 # ORCA2_LIM_PISCES: 3 &  4 
    137 # ORCA2_OFF_PISCES: 5 &  6 
    138 # ORCA2_LIM3      : 7 &  8 
    139 # AMM12           : 9 & 10 
    140 # SAS             :11  
    141 # ISOMIP          :13 & 14 
    142 # ORCA2_LIM_OBS   :15 
    143 # ORCA2_AGRIF_LIM :16 & 17  
    144 #                  18 & 19  
    145  
    146 for config in  1 2 3 4 5 6 7 8 9 10 11 12 15 16 
     135# GYRE             : 1 &  2 
     136# ORCA2_LIM_PISCES : 3 &  4 
     137# ORCA2_OFF_PISCES : 5 &  6 
     138# ORCA2_LIM3       : 7 &  8 
     139# AMM12            : 9 & 10 
     140# SAS              : 11      fos SAS there is no solver so is usefull to test REPRO 
     141# ISOMIP           : 13 & 14 
     142# ORCA2_LIM_OBS    : 15 
     143# ORCA2_AGRIF_LIM  : 16 & 17  
     144#                    18 & 19  
     145 
     146for config in  1 2 3 4 5 6 7 8 9 10 11 16 
    147147 
    148148do 
     
    858858    set_namelist namelist_cfg ln_ctl .false. 
    859859    set_namelist namelist_cfg ln_clobber .true. 
     860    set_namelist namelist_cfg ln_read_cfg .true. 
     861    set_namelist namelist_cfg ln_linssh .false. 
    860862    set_namelist namelist_cfg jpni 8 
    861863    set_namelist namelist_cfg jpnj 4 
     
    882884    set_namelist namelist_cfg ln_ctl .false. 
    883885    set_namelist namelist_cfg ln_clobber .true. 
     886    set_namelist namelist_cfg ln_read_cfg .true. 
     887    set_namelist namelist_cfg ln_linssh .false. 
    884888    set_namelist namelist_cfg jpni 4 
    885889    set_namelist namelist_cfg jpnj 8 
     
    11551159    set_namelist namelist_cfg ln_ctl .false. 
    11561160    set_namelist namelist_cfg ln_clobber .true. 
     1161    set_namelist namelist_cfg ln_read_cfg .true. 
     1162    set_namelist namelist_cfg ln_linssh .false. 
    11571163    set_namelist namelist_cfg jpni 2 
    11581164    set_namelist namelist_cfg jpnj 8 
Note: See TracChangeset for help on using the changeset viewer.