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 7624 for branches/2016 – NEMO

Changeset 7624 for branches/2016


Ignore:
Timestamp:
2017-01-31T12:37:24+01:00 (7 years ago)
Author:
flavoni
Message:

update test lock and overflow with dev_merge_2016

Location:
branches/2016/dev_merge_2016/NEMOGCM/CONFIG
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg

    r7503 r7624  
    209209   ln_eos80    = .true.          !  = Use EOS80 equation of state 
    210210   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     211   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
     212   rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1) 
     213   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos) 
     214   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos) 
     215   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos) 
     216   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos) 
     217   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos) 
    211218/ 
    212219!----------------------------------------------------------------------- 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/zdfini.F90

    r7623 r7624  
    11MODULE zdfini 
    22   !!====================================================================== 
    3    !!                      ***  MODULE  zdfini  *** 
     3   !!                     ***  MODULE zdfini  *** 
     4   !! 
     5   !!                     ===  LOCK_EXCHANGE case  === 
     6   !! 
    47   !! Ocean physics :   read vertical mixing namelist and check consistancy 
    58   !!====================================================================== 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/OVERFLOW/EXP00/namelist_cfg

    r7239 r7624  
    4848                          !     (also = the frequency of sea-ice & iceberg model call) 
    4949  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
     50  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    5051  nn_ice      = 0         !  =0 no ice boundary condition    
    5152  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr ) 
     
    7778&nameos        !   ocean physical parameters 
    7879!----------------------------------------------------------------------- 
    79     nn_eos      =  1     !  type of equation of state and Brunt-Vaisala frequency 
    80                               !  =-1, TEOS-10 
    81                               !  = 0, EOS-80 
    82                               !  = 1, S-EOS   (simplified eos) 
    83    !                     ! S-EOS coefficients (nn_eos=1): 
    84    !                          !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     80   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     81   ln_eos80    = .true.          !  = Use EOS80 equation of state 
     82   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    8583   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
    8684   rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1) 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/OVERFLOW/MY_SRC/zdfini.F90

    r6923 r7624  
    5555      !! 
    5656      NAMELIST/namzdf/ rn_avm0, rn_avt0, nn_avb, nn_havtb, ln_zdfexp, nn_zdfexp,   & 
    57          &              ln_zdfevd, nn_evdm, rn_avevd, ln_zdfnpc, nn_npc, nn_npcp 
     57         &              ln_zdfevd, nn_evdm, rn_avevd, ln_zdfnpc, nn_npc, nn_npcp,  & 
     58         &              ln_zdfqiao 
    5859      !!---------------------------------------------------------------------- 
    5960 
Note: See TracChangeset for help on using the changeset viewer.