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 13752 for NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/tests/SWG/MY_SRC/usrdef_zgr.F90 – NEMO

Ignore:
Timestamp:
2020-11-09T17:03:22+01:00 (3 years ago)
Author:
techene
Message:

#2485 change test case name AM98 => SWG

Location:
NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/tests/SWG
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/tests/SWG/MY_SRC/usrdef_zgr.F90

    r13599 r13752  
    33   !!                       ***  MODULE  usrdef_zgr  *** 
    44   !! 
    5    !!                       ===  AM98 configuration  === 
     5   !!                       ===  SWG configuration  === 
    66   !! 
    77   !! User defined : vertical coordinate system of a user configuration 
     
    6565      ! 
    6666      IF(lwp) WRITE(numout,*) 
    67       IF(lwp) WRITE(numout,*) 'usr_def_zgr : AM98 configuration (z-coordinate closed flat box ocean without cavities)' 
     67      IF(lwp) WRITE(numout,*) 'usr_def_zgr : SWG configuration (z-coordinate closed flat box ocean without cavities)' 
    6868      IF(lwp) WRITE(numout,*) '~~~~~~~~~~~' 
    6969      ! 
     
    7171      ! type of vertical coordinate 
    7272      ! --------------------------- 
    73       ld_zco    = .FALSE.         ! AM98 case:  z-coordinate without ocean cavities 
     73      ld_zco    = .FALSE.         ! SWG case:  z-coordinate without ocean cavities 
    7474      ld_zps    = .FALSE. 
    7575      ld_sco    = .TRUE. 
     
    168168      !! ** Purpose :   set the masked top and bottom ocean t-levels 
    169169      !! 
    170       !! ** Method  :   AM98 case = closed flat box ocean without ocean cavities 
     170      !! ** Method  :   SWG case = closed flat box ocean without ocean cavities 
    171171      !!                   k_top = 1     except along north, south, east and west boundaries 
    172172      !!                   k_bot = jpk-1 except along north, south, east and west boundaries 
     
    186186      IF(lwp) WRITE(numout,*) '    zgr_top_bot : defines the top and bottom wet ocean levels.' 
    187187      IF(lwp) WRITE(numout,*) '    ~~~~~~~~~~~' 
    188       IF(lwp) WRITE(numout,*) '       AM98 case : closed flat box ocean without ocean cavities' 
     188      IF(lwp) WRITE(numout,*) '       SWG case : closed flat box ocean without ocean cavities' 
    189189      ! 
    190190      z2d(:,:) = REAL( jpkm1 , wp )          ! flat bottom 
Note: See TracChangeset for help on using the changeset viewer.