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

Ignore:
Timestamp:
2016-09-02T15:06:17+02:00 (8 years ago)
Author:
flavoni
Message:

#1692 and ROBUST-3 : commit zgr and some update for LOCK EXCHANGE case

File:
1 edited

Legend:

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

    r6905 r6906  
    5050      ! 
    5151      INTEGER  ::   jk     ! dummy loop indices 
    52       REAL(wp) ::   zdam   ! location of dam [m] 
     52      REAL(wp) ::   zdam   ! location of dam [Km] 
    5353      !!---------------------------------------------------------------------- 
    5454      ! 
     
    5656      IF(lwp) WRITE(numout,*) 'usr_def_istate : OVERFLOW configuration, analytical definition of initial state' 
    5757      IF(lwp) WRITE(numout,*) '~~~~~~~~~~~~~~   Ocean at rest, with a constant salinity (not used as rho=F(T) ' 
    58       IF(lwp) WRITE(numout,*) '                 and a vertical density front with a 2 kg/m3 difference located' 
    5958      IF(lwp) WRITE(numout,*) '                 and a vertical density front with a 2 kg/m3 difference located at glam=20km' 
    6059      IF(lwp) WRITE(numout,*) '                 (i.e. a temperature difference of 10 degrees with rn_a0 = 0.2' 
Note: See TracChangeset for help on using the changeset viewer.