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

Changeset 6974


Ignore:
Timestamp:
2016-10-03T14:14:16+02:00 (8 years ago)
Author:
flavoni
Message:

minor bugfixes

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

Legend:

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

    r6624 r6974  
    99   cn_exp      =  "ORCA2"  !  experience name 
    1010   nn_it000    =       1   !  first time step 
    11    nn_itend    =     300   !  last  time step (std 5475) 
    12 / 
    13 !----------------------------------------------------------------------- 
    14 &namcfg        !   parameters of the configuration 
    15 !----------------------------------------------------------------------- 
    16    cp_cfg      =  "orca"               !  name of the configuration 
    17    jp_cfg      =       2               !  resolution of the configuration 
     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= .true.    !  (=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 
    1824/ 
    1925!----------------------------------------------------------------------- 
     
    2531&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2632!----------------------------------------------------------------------- 
    27    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    28    ppa0        =     255.58049070440   ! (default coefficients) 
    29    ppa1        =     245.58132232490   ! 
    30    ppkth       =      21.43336197938   ! 
    31    ppacr       =       3.0             ! 
    32    ppdzmin     =  999999.              !  Minimum vertical spacing 
    33    pphmax      =  999999.              !  Maximum depth 
    34    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    35    ppa2        =  999999.              !  Double tanh function parameters 
    36    ppkth2      =  999999.              ! 
    37    ppacr2      =  999999.              ! 
     33   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     34   ! 
     35   nn_msh      =    1      !  create (>0) a mesh file or not (=0) 
     36   ! 
    3837/ 
    3938!----------------------------------------------------------------------- 
     
    155154/ 
    156155!----------------------------------------------------------------------- 
    157 &namtra_dmp    !   tracer: T & S newtonian damping 
    158 !----------------------------------------------------------------------- 
     156&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
     157!----------------------------------------------------------------------- 
     158   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    159159/ 
    160160!----------------------------------------------------------------------- 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r6904 r6974  
    292292         CALL iom_get( inum, 'jperio', zperio )   ;   jperio = INT( zperio ) 
    293293         CALL iom_close( inum ) 
    294          WRITE(cltxt2(1),*)        
    295          WRITE(cltxt2(2),*) 'domain_cfg : domain size read in "domain_cfg" file : jp(i,j,k)glo = ', jpiglo, jpjglo, jpkglo         
    296          WRITE(cltxt2(3),*) '~~~~~~~~~~   lateral boudary type of the global domain      jperio= ', jperio 
     294         WRITE(cltxt2(1),*) '~~~~~~~~~~   '       
     295         WRITE(cltxt2(2),*) 'domain_cfg : domain size read in "domain_cfg" file : jp(i,j,k)glo = ' 
     296         WRITE(cltxt2(3),*) '            ', jpiglo, jpjglo, jpkglo         
     297         WRITE(cltxt2(1),*) '~~~~~~~~~~   lateral boudary type of the global domain jperio= ', jperio 
    297298         !         
    298299      ELSE                                ! user-defined namelist 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/SETTE/input_AMM12.cfg

    r4261 r6974  
    1 AMM12_v3.6.tar AMM12_v3.6 
     1AMM12_v3.7.tar AMM12_v3.7 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/SETTE/input_ORCA2_LIM3.cfg

    r5398 r6974  
    1 ORCA2_LIM_nemo_v3.6.tar ORCA2_LIM_nemo_v3.6 
     1ORCA2_LIM_nemo_v3.7.tar ORCA2_LIM_nemo_v3.7 
Note: See TracChangeset for help on using the changeset viewer.