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 7646 for trunk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-02-06T10:25:03+01:00 (7 years ago)
Author:
timgraham
Message:

Merge of dev_merge_2016 into trunk. UPDATE TO ARCHFILES NEEDED for XIOS2.
LIM_SRC_s/limrhg.F90 to follow in next commit due to change of kind (I'm unable to do it in this commit).
Merged using the following steps:

1) svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk .
2) Resolve minor conflicts in sette.sh and namelist_cfg for ORCA2LIM3 (due to a change in trunk after branch was created)
3) svn commit
4) svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
5) svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2016/dev_merge_2016 .
6) At this stage I checked out a clean copy of the branch to compare against what is about to be committed to the trunk.
6) svn commit #Commit code to the trunk

In this commit I have also reverted a change to Fcheck_archfile.sh which was causing problems on the Paris machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r6489 r7646  
    1515&namcfg     !   parameters of the configuration    
    1616!----------------------------------------------------------------------- 
    17    cp_cfg      =  "gyre"                 !  name of the configuration 
    18    jp_cfg      =       1                 !  resolution of the configuration 
    19    jpidta      =      32                 !  1st lateral dimension ( >= jpi ) = 30*jp_cfg+2 
    20    jpjdta      =      22                 !  2nd    "         "    ( >= jpj ) = 20*jp_cfg+2  
    21    jpkdta      =      31                 !  number of levels      ( >= jpk ) 
    22    jpiglo      =      32                 !  1st dimension of global domain --> i  = jpidta 
    23    jpjglo      =      22                 !  2nd    -                  -    --> j  = jpjdta 
    24    jpizoom     =       1                 !  left bottom (i,j) indices of the zoom 
    25    jpjzoom     =       1                 !  in data domain indices 
    26    jperio      =       0                 !  lateral cond. type (between 0 and 6) 
    27 / 
    28 !----------------------------------------------------------------------- 
    29 &namzgr        !   vertical coordinate 
    30 !----------------------------------------------------------------------- 
    31    ln_zco      = .true.    !  z-coordinate - full    steps 
    32    ln_linssh   = .true.    !  linear free surface 
     17   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
     18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     19   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    3320/ 
    3421!----------------------------------------------------------------------- 
    3522&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3623!----------------------------------------------------------------------- 
    37    nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    38    rn_rdt      = 7200.     !  time step for the dynamics  
    39    jphgr_msh   =       5                 !  type of horizontal mesh 
    40    ppglam0     =       0.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
    41    ppgphi0     =      29.0               ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    42    ppe1_deg    =  999999.0               !  zonal      grid-spacing (degrees) 
    43    ppe2_deg    =  999999.0               !  meridional grid-spacing (degrees) 
    44    ppe1_m      =  999999.0               !  zonal      grid-spacing (degrees) 
    45    ppe2_m      =  999999.0               !  meridional grid-spacing (degrees) 
    46    ppsur       =   -2033.194295283385    !  ORCA r4, r2 and r05 coefficients 
    47    ppa0        =     155.8325369664153   ! (default coefficients) 
    48    ppa1        =     146.3615918601890   ! 
    49    ppkth       =      17.28520372419791  ! 
    50    ppacr       =       5.0               ! 
    51    ppdzmin     =  999999.0               !  Minimum vertical spacing 
    52    pphmax      =  999999.0               !  Maximum depth 
    53    ldbletanh   =  .FALSE.                !  Use/do not use double tanf function for vertical coordinates 
    54    ppa2        =  999999.0               !  Double tanh function parameters 
    55    ppkth2      =  999999.0               ! 
    56    ppacr2      =  999999.0               ! 
     24   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     25   ! 
     26   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     27   ! 
     28   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
    5729/ 
    5830!----------------------------------------------------------------------- 
     
    7345   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    7446                           !     (also = the frequency of sea-ice model call) 
    75    ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    76    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     47   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
     48   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    7749   nn_ice      = 0         !  =0 no ice boundary condition   , 
    7850   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     
    8658   ln_qsr_2bd  = .true.    !  2 bands              light penetration 
    8759   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    88 / 
    89  
    90 !----------------------------------------------------------------------- 
    91 &namberg       !   iceberg parameters 
    92 !----------------------------------------------------------------------- 
    9360/ 
    9461!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.