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_hgr.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_hgr.F90

    r13599 r13752  
    33   !!                     ***  MODULE usrdef_hgr   *** 
    44   !! 
    5    !!                     ===  AM98 configuration  === 
     5   !!                     ===  SWG configuration  === 
    66   !! 
    77   !! User defined :   mesh and Coriolis parameter of a user configuration 
     
    4747      !! ** Method  :   set all intent(out) argument to a proper value 
    4848      !! 
    49       !!                Here AM98 configuration : 
     49      !!                Here SWG configuration : 
    5050      !!          Rectangular mid-latitude domain  
    5151      !!          - with axes rotated by 45 degrees 
     
    7474      !!------------------------------------------------------------------------------- 
    7575      ! 
    76       !     !==  beta-plane with regular grid-spacing and rotated domain ==!  (AM98 configuration) 
     76      !     !==  beta-plane with regular grid-spacing and rotated domain ==!  (SWG configuration) 
    7777      ! 
    7878      IF(lwp) WRITE(numout,*) 
    79       IF(lwp) WRITE(numout,*) 'usr_def_hgr : AM98 configuration (beta-plane with rotated regular grid-spacing)' 
     79      IF(lwp) WRITE(numout,*) 'usr_def_hgr : SWG configuration (beta-plane with rotated regular grid-spacing)' 
    8080      IF(lwp) WRITE(numout,*) '~~~~~~~~~~~' 
    8181      ! 
     
    8383      !                       !==  grid point position  ==! 
    8484      ! 
    85       ze1 =  rn_dx / REAL(nn_AM98, wp)                   ! [m] gridspacing used 
     85      ze1 =  rn_dx / REAL(nn_SWG, wp)                    ! [m] gridspacing used 
    8686      zgl =  rn_domsiz + 2._wp * REAL(nn_gc, wp) * ze1   ! [m] length of the square with ghostcells 
    8787      ! fit the best square around the square + ghost cells  
Note: See TracChangeset for help on using the changeset viewer.