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

Changeset 7623


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

update lock_exchange with dev_merge_2016

Location:
branches/2016/dev_merge_2016/NEMOGCM/CONFIG/LOCK_EXCHANGE
Files:
2 edited

Legend:

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

    r7200 r7623  
    5454                          !     (also = the frequency of sea-ice & iceberg model call) 
    5555  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc) 
     56  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    5657  nn_ice      = 0         !  =0 no ice boundary condition    
    5758  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr ) 
     
    8384&nameos        !   ocean physical parameters 
    8485!----------------------------------------------------------------------- 
    85     nn_eos      =  1     !  type of equation of state and Brunt-Vaisala frequency 
    86                               !  =-1, TEOS-10 
    87                               !  = 0, EOS-80 
    88                               !  = 1, S-EOS   (simplified eos) 
     86   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS) 
    8987   !                     ! S-EOS coefficients (nn_eos=1): 
    9088   !                          !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
  • branches/2016/dev_merge_2016/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/zdfini.F90

    r6923 r7623  
    5252      !! 
    5353      NAMELIST/namzdf/ rn_avm0, rn_avt0, nn_avb, nn_havtb, ln_zdfexp, nn_zdfexp,   & 
    54          &              ln_zdfevd, nn_evdm, rn_avevd, ln_zdfnpc, nn_npc, nn_npcp 
     54         &              ln_zdfevd, nn_evdm, rn_avevd, ln_zdfnpc, nn_npc, nn_npcp,  & 
     55         &              ln_zdfqiao 
    5556      !!---------------------------------------------------------------------- 
    5657 
Note: See TracChangeset for help on using the changeset viewer.