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 6914 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/usrdef_istate.F90 – NEMO

Ignore:
Timestamp:
2016-09-06T13:27:38+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: final adjustment of OVERFLOW and LOCK-ECHANGE configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/usrdef_istate.F90

    r6906 r6914  
    3737      !!  
    3838      !! ** Purpose :   Initialization of the dynamics and tracers 
    39       !!                Here LOCK_EXCHANGE configuration example  
     39      !!                Here LOCK_EXCHANGE configuration  
    4040      !! 
    4141      !! ** Method  : - set temprature field 
     
    5959      IF(lwp) WRITE(numout,*) '                 (i.e. a temperature difference of 25 degrees with rn_a0 = 0.2' 
    6060      ! 
    61       !  rn_a0 =  2.e-1   !  thermal expension coefficient (nn_eos= 1) 
     61      !  rn_a0 =  0.2   !  thermal expension coefficient (nn_eos= 1) 
    6262      !  rho = rau0 - rn_a0 * (T-10)  
    6363      !  delta_T = 25 degrees  ==>>  delta_rho = 25 * rn_a0 = 5 kg/m3 
     
    6868      ! 
    6969      !                          ! T & S profiles 
    70       zdam = 32.                      ! in kilometers 
     70      zdam = 32.                      ! density front position in kilometers 
    7171      pts(:,:,:,jp_tem) = 30._wp * ptmask(:,:,:) 
    7272      DO jk = 1, jpkm1 
Note: See TracChangeset for help on using the changeset viewer.