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 9412 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2018-03-20T11:23:44+01:00 (6 years ago)
Author:
flavoni
Message:

cosmetics

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/EXP00/namelist_cfg

    r9403 r9412  
    2525     rn_ujetszy=   4000.   !  latitudinal jet extension    [km] 
    2626   nn_botcase  =      0    !  bottom definition (0:flat, 1:bump) 
    27    nn_initcase =      1    !  initial condition case (0:rest, 1:zonal current, 2:vortex) 
    28    ln_sshnoise =  .false.  !  add random noise on initial ssh 
     27   nn_initcase =      1    !  initial condition case (0:rest, 1:zonal current, 2:current shear, 3: gaussian zonal current, 
     28                           !                          4: geostrophic zonal pulse, 5: vortex) 
    2929   ln_sshnoise =  .false.  !  add random noise on initial ssh 
    3030   rn_lambda   =     50.   ! gaussian lambda 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/MY_SRC/usrdef_istate.F90

    r9403 r9412  
    289289      END SELECT 
    290290 
    291       IF (ln_sshnoise) CALL RANDOM_NUMBER(zrandom) 
    292291      IF (ln_sshnoise) THEN 
    293292         CALL RANDOM_NUMBER(zrandom) 
Note: See TracChangeset for help on using the changeset viewer.