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 9789 for NEMO/trunk – NEMO

Changeset 9789 for NEMO/trunk


Ignore:
Timestamp:
2018-06-13T12:16:12+02:00 (6 years ago)
Author:
clem
Message:

change the name of SAS_BIPER configuration to a more explicit one: ICEDYN

Location:
NEMO/trunk/tests
Files:
27 deleted
8 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/ICEDYN/EXPREF/1_namelist_cfg

    r9763 r9789  
    22!! NEMO/OPA  Configuration namelist : overwrite defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !!                    SAS BIPERIODIC configuration                    !! 
     4!!               ICEDYN (SAS BIPERIODIC) configuration                !! 
    55!!====================================================================== 
    66!!              ***  Domain & Run management namelists  ***           !! 
     
    1818! 
    1919!----------------------------------------------------------------------- 
    20 &namusr_def    !   SAS_BIPER user defined namelist 
     20&namusr_def    !   ICEDYN user defined namelist 
    2121!----------------------------------------------------------------------- 
    2222   rn_dx       =    1000.   ! horizontal resolution in meters 
     
    2828!----------------------------------------------------------------------- 
    2929   nn_no       =       0      !  job number (no more used...) 
    30    cn_exp      =  "SASBIPER"  !  experience name 
     30   cn_exp      =  "ICEDYN"    !  experience name 
    3131   nn_it000    =       1      !  first time step 
    3232   nn_itend    =    1500      !  last  time step (std 5475) 
     
    4747   ln_read_cfg = .false.    !  (=T) read the domain configuration file 
    4848      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    49       cn_domcfg = "SASBIPER_domcfg"    ! domain configuration filename 
     49      cn_domcfg = "ICEDYN_domcfg"    ! domain configuration filename 
    5050/ 
    5151!!====================================================================== 
  • NEMO/trunk/tests/ICEDYN/EXPREF/README

    r9019 r9789  
    1919              ==> remove key_agrif in cpp keys 
    2020 
    21 b) Same as a) but with an Agrif zoom in the center 1:3, and 3 ghost cells (defined in par_oce.F90) 
     21b) Same as a) but with an Agrif zoom in the center 1:3, and 3 ghost cells 
    2222              ==> add key_agrif in cpp keys 
    2323 
     
    2525How to run 
    2626---------- 
    27 Be careful, the model can only run on 1 processor in the N-S dimension 
    2827 
    2928a) Compile and run the model once to get a mesh_mask.nc file with the following command: 
    30 ../../../makenemo -a TEST_CASES -n SAS_BIPER -m X64_ADA -j 4 
     29../../../makenemo -a TEST_CASES -n ICEDYN -m X64_ADA -j 4 
    3130poe ./opa -procs 1 
    3231 
     
    3534 
    3635c) Run the model a second time 
    37 poe ./opa -procs 1 
     36poe ./opa -procs 4 
    3837 
    3938--------------- 
  • NEMO/trunk/tests/ICEDYN/EXPREF/namelist_cfg

    r9763 r9789  
    22!! NEMO/OPA  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !!                    SAS BIPERIODIC configuration                    !! 
     4!!               ICEDYN (SAS BIPERIODIC) configuration                !! 
    55!!====================================================================== 
    66!!              ***  Domain & Run management namelists  ***           !! 
     
    1818! 
    1919!----------------------------------------------------------------------- 
    20 &namusr_def    !   SAS_BIPER user defined namelist 
     20&namusr_def    !   ICEDYN user defined namelist 
    2121!----------------------------------------------------------------------- 
    2222   rn_dx       =    3000.   ! horizontal resolution in meters 
     
    2828!----------------------------------------------------------------------- 
    2929   nn_no       =       0      !  job number (no more used...) 
    30    cn_exp      =  "SASBIPER"  !  experience name 
     30   cn_exp      =  "ICEDYN"    !  experience name 
    3131   nn_it000    =       1      !  first time step 
    3232   nn_itend    =     500      !  last  time step (std 5475) 
     
    4747   ln_read_cfg = .false.    !  (=T) read the domain configuration file 
    4848      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    49       cn_domcfg = "SASBIPER_domcfg"    ! domain configuration filename 
     49      cn_domcfg = "ICEDYN_domcfg"    ! domain configuration filename 
    5050/ 
    5151!!====================================================================== 
  • NEMO/trunk/tests/ICEDYN/MY_SRC/usrdef_hgr.F90

    r9763 r9789  
    33   !!                       ***  MODULE  usrdef_hgr  *** 
    44   !! 
    5    !!                     ===  SAS_BIPER configuration  === 
     5   !!                      ===  ICEDYN configuration  === 
    66   !! 
    77   !! User defined :   mesh and Coriolis parameter of a user configuration 
     
    1111 
    1212   !!---------------------------------------------------------------------- 
    13    !!   usr_def_hgr    : initialize the horizontal mesh for SAS_BIPER configuration 
     13   !!   usr_def_hgr    : initialize the horizontal mesh for ICEDYN configuration 
    1414   !!---------------------------------------------------------------------- 
    1515   USE dom_oce         ! ocean space and time domain 
     
    4545      !! 
    4646      !! ** Method  :   set all intent(out) argument to a proper value 
    47       !!                SAS_BIPER configuration : uniform grid spacing (rn_dx) 
     47      !!                ICEDYN configuration : uniform grid spacing (rn_dx) 
    4848      !!                without Coriolis force (f=0) 
    4949      !! 
     
    6868      ! 
    6969      IF(lwp) WRITE(numout,*) 
    70       IF(lwp) WRITE(numout,*) 'usr_def_hgr : SAS_BIPER configuration bassin' 
     70      IF(lwp) WRITE(numout,*) 'usr_def_hgr : ICEDYN configuration bassin' 
    7171      IF(lwp) WRITE(numout,*) 
    7272      IF(lwp) WRITE(numout,*) '          f-plane with irregular grid-spacing (+- 10%)' 
  • NEMO/trunk/tests/ICEDYN/MY_SRC/usrdef_nam.F90

    r9763 r9789  
    33   !!                       ***  MODULE  usrdef_nam  *** 
    44   !! 
    5    !!                     ===  SAS_BIPER configuration  === 
     5   !!                      ===  ICEDYN configuration  === 
    66   !! 
    77   !! User defined : set the domain characteristics of a user configuration 
     
    4747      !! ** Method  :   read in namusr_def containing all the user specific namelist parameter 
    4848      !! 
    49       !!                Here SAS_BIPER configuration 
     49      !!                Here ICEDYN configuration 
    5050      !! 
    5151      !! ** input   : - namusr_def namelist found in namelist_cfg 
     
    8080      WRITE( ldnam(:), namusr_def ) 
    8181      ! 
    82       cd_cfg = 'SAS_BIPER'           ! name & resolution (not used) 
     82      cd_cfg = 'ICEDYN'           ! name & resolution (not used) 
    8383      kk_cfg = INT( rn_dx ) 
    8484      ! 
    85       ! Global Domain size:  SAS_BIPER domain is  300 km x 300 Km x 10 m 
     85      ! Global Domain size:  ICEDYN domain is  300 km x 300 Km x 10 m 
    8686      kpi = INT( 300.e3 / rn_dx ) -1 
    8787      kpj = INT( 300.e3 / rn_dy ) -1 
     
    102102      WRITE(ldtxt(ii),*) 'usr_def_nam  : read the user defined namelist (namusr_def) in namelist_cfg'   ;   ii = ii + 1 
    103103      WRITE(ldtxt(ii),*) '~~~~~~~~~~~ '                                                                 ;   ii = ii + 1 
    104       WRITE(ldtxt(ii),*) '   Namelist namusr_def : SAS_BIPER test case'                                 ;   ii = ii + 1 
     104      WRITE(ldtxt(ii),*) '   Namelist namusr_def : ICEDYN test case'                                    ;   ii = ii + 1 
    105105      WRITE(ldtxt(ii),*) '      horizontal resolution                    rn_dx  = ', rn_dx, ' meters'   ;   ii = ii + 1 
    106106      WRITE(ldtxt(ii),*) '      horizontal resolution                    rn_dy  = ', rn_dy, ' meters'   ;   ii = ii + 1 
    107       WRITE(ldtxt(ii),*) '      SAS_BIPER domain = 300 km x 300Km x 1 grid-point '                      ;   ii = ii + 1 
     107      WRITE(ldtxt(ii),*) '      ICEDYN domain = 300 km x 300Km x 1 grid-point '                         ;   ii = ii + 1 
    108108      WRITE(ldtxt(ii),*) '         LX [km]: ', zlx                                                      ;   ii = ii + 1 
    109109      WRITE(ldtxt(ii),*) '         LY [km]: ', zly                                                      ;   ii = ii + 1 
     
    113113      ! 
    114114      !                             ! Set the lateral boundary condition of the global domain 
    115       kperio = 7                    ! SAS_BIPER configuration : bi-periodic basin 
     115      kperio = 7                    ! ICEDYN configuration : bi-periodic basin 
    116116#if defined key_agrif 
    117117      IF( .NOT. Agrif_Root() ) THEN 
     
    122122      WRITE(ldtxt(ii),*) '   '                                                                          ;   ii = ii + 1 
    123123      WRITE(ldtxt(ii),*) '   Lateral boundary condition of the global domain'                           ;   ii = ii + 1 
    124       WRITE(ldtxt(ii),*) '      SAS_BIPER : bi-periodic basin            jperio = ', kperio             ;   ii = ii + 1 
     124      WRITE(ldtxt(ii),*) '      ICEDYN : bi-periodic basin               jperio = ', kperio             ;   ii = ii + 1 
    125125      ! 
    126126   END SUBROUTINE usr_def_nam 
  • NEMO/trunk/tests/ICEDYN/MY_SRC/usrdef_sbc.F90

    r9659 r9789  
    33   !!                       ***  MODULE  usrdef_sbc  *** 
    44   !!  
    5    !!                     ===  SAS_BIPER configuration  === 
     5   !!                      ===  ICEDYN configuration  === 
    66   !! 
    77   !! User defined :   surface forcing of a user configuration 
     
    1111 
    1212   !!---------------------------------------------------------------------- 
    13    !!   usr_def_sbc    : user defined surface bounday conditions in SAS_BIPER case 
     13   !!   usr_def_sbc    : user defined surface bounday conditions in ICEDYN case 
    1414   !!---------------------------------------------------------------------- 
    1515   USE oce             ! ocean dynamics and tracers 
     
    4949      !!              condition, i.e. the momentum, heat and freshwater fluxes. 
    5050      !! 
    51       !! ** Method  :   all 0 fields, for SAS_BIPER case 
     51      !! ** Method  :   all 0 fields, for ICEDYN case 
    5252      !!                CAUTION : never mask the surface stress field ! 
    5353      !! 
     
    6161      IF( kt == nit000 ) THEN 
    6262         ! 
    63          IF(lwp)   WRITE(numout,*)' usrdef_sbc_oce : SAS_BIPER case: NO surface forcing' 
     63         IF(lwp)   WRITE(numout,*)' usrdef_sbc_oce : ICEDYN case: NO surface forcing' 
    6464         ! --- oce variables --- ! 
    6565         utau(:,:) = 0._wp  
     
    9191      INTEGER, INTENT(in) ::   kt   ! ocean time step 
    9292      !!--------------------------------------------------------------------- 
    93       IF( kt==nit000 .AND. lwp)   WRITE(numout,*)' usrdef_sbc_ice : SAS_BIPER case: constant stress forcing' 
     93      IF( kt==nit000 .AND. lwp)   WRITE(numout,*)' usrdef_sbc_ice : ICEDYN case: constant stress forcing' 
    9494      ! 
    9595      utau_ice(:,:) = 1.3_wp   ! <=> 0.5 m/s 
     
    112112      !!--------------------------------------------------------------------- 
    113113      ! 
    114       IF( kt==nit000 .AND. lwp)   WRITE(numout,*)' usrdef_sbc_ice : SAS_BIPER case: NO flux forcing' 
     114      IF( kt==nit000 .AND. lwp)   WRITE(numout,*)' usrdef_sbc_ice : ICEDYN case: NO flux forcing' 
    115115      ! 
    116116      ! ocean variables (renaming) 
  • NEMO/trunk/tests/ICEDYN/MY_SRC/usrdef_zgr.F90

    r9135 r9789  
    33   !!                   ***  MODULE  usrdef_zgr  *** 
    44   !! 
    5    !!                   ===  LOCK_EXCHANGE case  === 
     5   !!                   ===      ICEDYN case     === 
    66   !! 
    77   !! Ocean domain : user defined vertical coordinate system  
     
    5959      ! 
    6060      IF(lwp) WRITE(numout,*) 
    61       IF(lwp) WRITE(numout,*) 'usr_def_zgr : SAS_BIPER configuration (slab ocean - advection of an ice patch in a biperiodic square box domain)' 
     61      IF(lwp) WRITE(numout,*) 'usr_def_zgr : ICEDYN configuration (slab ocean - advection of an ice patch in a biperiodic square box domain)' 
    6262      IF(lwp) WRITE(numout,*) '~~~~~~~~~~~' 
    6363      ! 
    6464      ! 
    65       ! type of vertical coordinate  ==>>>   here SAS_BIPER : slab ocean always 
     65      ! type of vertical coordinate  ==>>>   here ICEDYN : slab ocean always 
    6666      ! --------------------------- 
    6767      ld_zco    = .TRUE.       ! z-full-step coordinate 
  • NEMO/trunk/tests/demo_cfgs.txt

    r9650 r9789  
    33LOCK_EXCHANGE OCE 
    44OVERFLOW OCE 
    5 SAS_BIPER OCE NST SAS ICE 
     5ICEDYN OCE NST SAS ICE 
    66VORTEX OCE NST 
    77WAD OCE 
Note: See TracChangeset for help on using the changeset viewer.