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 10516 for NEMO/trunk/tests/ICE_AGRIF/MY_SRC/usrdef_nam.F90 – NEMO

Ignore:
Timestamp:
2019-01-15T17:31:25+01:00 (5 years ago)
Author:
clem
Message:

change demo config name from ICEDYN to ICE_AGRIF

Location:
NEMO/trunk/tests/ICE_AGRIF
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/ICE_AGRIF/MY_SRC/usrdef_nam.F90

    r10161 r10516  
    33   !!                       ***  MODULE  usrdef_nam  *** 
    44   !! 
    5    !!                      ===  ICEDYN configuration  === 
     5   !!                      ===  ICE_AGRIF configuration  === 
    66   !! 
    77   !! User defined : set the domain characteristics of a user configuration 
     
    4848      !! ** Method  :   read in namusr_def containing all the user specific namelist parameter 
    4949      !! 
    50       !!                Here ICEDYN configuration 
     50      !!                Here ICE_AGRIF configuration 
    5151      !! 
    5252      !! ** input   : - namusr_def namelist found in namelist_cfg 
     
    8181      WRITE( ldnam(:), namusr_def ) 
    8282      ! 
    83       cd_cfg = 'ICEDYN'           ! name & resolution (not used) 
     83      cd_cfg = 'ICE_AGRIF'           ! name & resolution (not used) 
    8484      kk_cfg = INT( rn_dx ) 
    8585      ! 
    86       ! Global Domain size:  ICEDYN domain is  300 km x 300 Km x 10 m 
     86      ! Global Domain size:  ICE_AGRIF domain is  300 km x 300 Km x 10 m 
    8787      kpi = INT( 300.e3 / rn_dx ) -1 
    8888      kpj = INT( 300.e3 / rn_dy ) -1 
     
    103103      WRITE(ldtxt(ii),*) 'usr_def_nam  : read the user defined namelist (namusr_def) in namelist_cfg'   ;   ii = ii + 1 
    104104      WRITE(ldtxt(ii),*) '~~~~~~~~~~~ '                                                                 ;   ii = ii + 1 
    105       WRITE(ldtxt(ii),*) '   Namelist namusr_def : ICEDYN test case'                                    ;   ii = ii + 1 
     105      WRITE(ldtxt(ii),*) '   Namelist namusr_def : ICE_AGRIF test case'                                 ;   ii = ii + 1 
    106106      WRITE(ldtxt(ii),*) '      horizontal resolution                    rn_dx  = ', rn_dx, ' meters'   ;   ii = ii + 1 
    107107      WRITE(ldtxt(ii),*) '      horizontal resolution                    rn_dy  = ', rn_dy, ' meters'   ;   ii = ii + 1 
    108       WRITE(ldtxt(ii),*) '      ICEDYN domain = 300 km x 300Km x 1 grid-point '                         ;   ii = ii + 1 
     108      WRITE(ldtxt(ii),*) '      ICE_AGRIF domain = 300 km x 300Km x 1 grid-point '                      ;   ii = ii + 1 
    109109      WRITE(ldtxt(ii),*) '         LX [km]: ', zlx                                                      ;   ii = ii + 1 
    110110      WRITE(ldtxt(ii),*) '         LY [km]: ', zly                                                      ;   ii = ii + 1 
     
    115115      ! 
    116116      !                             ! Set the lateral boundary condition of the global domain 
    117       kperio = 7                    ! ICEDYN configuration : bi-periodic basin 
     117      kperio = 7                    ! ICE_AGRIF configuration : bi-periodic basin 
    118118#if defined key_agrif 
    119119      IF( .NOT. Agrif_Root() ) THEN 
     
    124124      WRITE(ldtxt(ii),*) '   '                                                                          ;   ii = ii + 1 
    125125      WRITE(ldtxt(ii),*) '   Lateral boundary condition of the global domain'                           ;   ii = ii + 1 
    126       WRITE(ldtxt(ii),*) '      ICEDYN : bi-periodic basin               jperio = ', kperio             ;   ii = ii + 1 
     126      WRITE(ldtxt(ii),*) '      ICE_AGRIF : bi-periodic basin               jperio = ', kperio          ;   ii = ii + 1 
    127127      ! 
    128128   END SUBROUTINE usr_def_nam 
Note: See TracChangeset for help on using the changeset viewer.