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

Ignore:
Timestamp:
2019-01-15T14:43:24+01:00 (5 years ago)
Author:
clem
Message:

change demo config from ICEADV to ICE_ADV1D

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

Legend:

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

    r10413 r10513  
    33   !!                       ***  MODULE  usrdef_nam  *** 
    44   !! 
    5    !!                      ===  ICEADV configuration  === 
     5   !!                      ===  ICE_ADV1D 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 ICEADV configuration 
     50      !!                Here ICE_ADV1D configuration 
    5151      !! 
    5252      !! ** input   : - namusr_def namelist found in namelist_cfg 
     
    7272      WRITE( ldnam(:), namusr_def ) 
    7373      ! 
    74       cd_cfg = 'ICEADV'           ! name & resolution (not used) 
     74      cd_cfg = 'ICE_ADV1D'           ! name & resolution (not used) 
    7575      kk_cfg = INT( rn_dx ) 
    7676      ! 
    77       ! Global Domain size:  ICEADV domain is  480 m x 480 m x 10 m 
     77      ! Global Domain size:  ICE_ADV1D domain is  480 m x 480 m x 10 m 
    7878      kpi = INT( 480.*0.5 / rn_dx ) -1 
    7979      kpj = INT( 480.*0.5 / rn_dy ) -1 
     
    8686      WRITE(ldtxt(ii),*) 'usr_def_nam  : read the user defined namelist (namusr_def) in namelist_cfg'   ;   ii = ii + 1 
    8787      WRITE(ldtxt(ii),*) '~~~~~~~~~~~ '                                                                 ;   ii = ii + 1 
    88       WRITE(ldtxt(ii),*) '   Namelist namusr_def : ICEADV test case'                                    ;   ii = ii + 1 
     88      WRITE(ldtxt(ii),*) '   Namelist namusr_def : ICE_ADV1D test case'                                 ;   ii = ii + 1 
    8989      WRITE(ldtxt(ii),*) '      horizontal resolution                    rn_dx  = ', rn_dx, ' meters'   ;   ii = ii + 1 
    9090      WRITE(ldtxt(ii),*) '      horizontal resolution                    rn_dy  = ', rn_dy, ' meters'   ;   ii = ii + 1 
    91       WRITE(ldtxt(ii),*) '      ICEADV domain  '                                                        ;   ii = ii + 1 
     91      WRITE(ldtxt(ii),*) '      ICE_ADV1D domain  '                                                     ;   ii = ii + 1 
    9292      WRITE(ldtxt(ii),*) '         LX [km]: ', zlx                                                      ;   ii = ii + 1 
    9393      WRITE(ldtxt(ii),*) '         LY [km]: ', zly                                                      ;   ii = ii + 1 
     
    9898      ! 
    9999      !                             ! Set the lateral boundary condition of the global domain 
    100       kperio = 0                    ! ICEADV configuration : bi-periodic basin 
     100      kperio = 0                    ! ICE_ADV1D configuration : bi-periodic basin 
    101101      ! 
    102102      WRITE(ldtxt(ii),*) '   '                                                                          ;   ii = ii + 1 
    103103      WRITE(ldtxt(ii),*) '   Lateral boundary condition of the global domain'                           ;   ii = ii + 1 
    104       WRITE(ldtxt(ii),*) '      ICEADV : closed basin                    jperio = ', kperio             ;   ii = ii + 1 
     104      WRITE(ldtxt(ii),*) '      ICE_ADV1D : closed basin                    jperio = ', kperio          ;   ii = ii + 1 
    105105      ! 
    106106   END SUBROUTINE usr_def_nam 
Note: See TracChangeset for help on using the changeset viewer.