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 10289 for NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP – NEMO

Ignore:
Timestamp:
2018-11-08T11:48:53+01:00 (5 years ago)
Author:
francesca
Message:

alignment to the current version of the trunk

Location:
NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP/EXPREF/context_nemo.xml

    r9572 r10289  
    3131    <domain_definition src="./domain_def_nemo.xml"/> 
    3232   
    33     <grid_definition>     
    34  
    35         <!--  --> 
    36        <grid id="grid_T_2D" > 
    37          <domain id="grid_T" /> 
    38        </grid> 
    39         <!--  --> 
    40        <grid id="grid_T_3D_ncatice" > 
    41          <domain id="grid_T" /> 
    42          <axis id="ncatice" /> 
    43        </grid> 
    44         <!--  --> 
    45        <grid id="grid_T_3D" > 
    46          <domain id="grid_T" /> 
    47          <axis id="deptht" /> 
    48        </grid> 
    49         <!--  --> 
    50        <grid id="grid_U_2D" > 
    51          <domain id="grid_U" /> 
    52        </grid> 
    53         <!--  --> 
    54        <grid id="grid_U_3D" > 
    55          <domain id="grid_U" /> 
    56          <axis id="depthu" /> 
    57        </grid> 
    58         <!--  --> 
    59        <grid id="grid_V_2D" > 
    60          <domain id="grid_V" /> 
    61        </grid> 
    62         <!--  --> 
    63        <grid id="grid_V_3D" > 
    64          <domain id="grid_V" /> 
    65          <axis id="depthv" /> 
    66        </grid> 
    67         <!--  --> 
    68        <grid id="grid_W_2D" > 
    69          <domain id="grid_W" /> 
    70        </grid> 
    71         <!--  --> 
    72        <grid id="grid_W_3D" > 
    73          <domain id="grid_W" /> 
    74          <axis id="depthw" /> 
    75        </grid> 
    76         <!--  --> 
    77        <grid id="grid_1point" > 
    78          <domain domain_ref="1point"/> 
    79        </grid> 
    80         <!--  --> 
    81        <grid id="grid_T_nfloat" > 
    82          <domain id="grid_T" /> 
    83          <axis id="nfloat" /> 
    84        </grid> 
    85         <!--  --> 
    86        <grid id="grid_EqT" > 
    87          <domain domain_ref="EqT" /> 
    88        </grid> 
    89         <!--  --> 
    90        <grid id="grid_znl_T_2D"> 
    91          <domain id="gznl" /> 
    92        </grid> 
    93         <!--  --> 
    94        <grid id="grid_znl_T_3D"> 
    95          <domain id="gznl" /> 
    96          <axis id="deptht" /> 
    97        </grid> 
    98         <!--  --> 
    99        <grid id="grid_znl_W_3D"> 
    100          <domain id="gznl" /> 
    101          <axis id="depthw" /> 
    102        </grid> 
    103  
    104       <grid id="grid_ptr_T_2D"> 
    105        <domain id="ptr" /> 
    106       </grid> 
    107  
    108       <grid id="grid_ptr_T_3D"> 
    109        <domain id="ptr" /> 
    110          <axis id="deptht" /> 
    111        </grid> 
    112  
    113       <grid id="grid_ptr_W_3D"> 
    114        <domain id="ptr" /> 
    115          <axis id="depthw" /> 
    116       </grid> 
    117  
    118     </grid_definition>    
     33    <grid_definition src="./grid_def_nemo.xml"/> 
    11934 
    12035</context> 
  • NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP/EXPREF/namelist_cfg

    r9743 r10289  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
     2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!!                         ISOMIP configuration                       !! 
     
    140140   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top) 
    141141   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U| 
    142    ln_loglayer= .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
     142   ln_loglayer = .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U| 
    143143   ! 
    144144   ln_drgimp  = .false.    !  implicit top/bottom friction flag 
     
    153153   rn_z0      =  3.0e-3    !  roughness [m] (ln_loglayer=T) 
    154154   ln_boost   = .false.    !  =T regional boost of Cd0 ; =F constant 
    155       rn_boost=  50.          !  local boost factor  [-] 
     155      rn_boost =  50.          !  local boost factor  [-] 
    156156/ 
    157157!----------------------------------------------------------------------- 
     
    164164   rn_z0      =  3.e-3    !  roughness [m] (ln_loglayer=T) 
    165165   ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant 
    166       rn_boost=  50.         !  local boost factor  [-] 
     166      rn_boost =  50.         !  local boost factor  [-] 
    167167/ 
    168168!!====================================================================== 
  • NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP/MY_SRC/usrdef_hgr.F90

    • Property svn:keywords set to Id
    r9089 r10289  
    2828 
    2929   !!---------------------------------------------------------------------- 
    30    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     30   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3131   !! $Id$  
    32    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     32   !! Software governed by the CeCILL license (see ./LICENSE) 
    3333   !!---------------------------------------------------------------------- 
    3434CONTAINS 
  • NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP/MY_SRC/usrdef_istate.F90

    • Property svn:keywords set to Id
    r7715 r10289  
    2727 
    2828   !!---------------------------------------------------------------------- 
    29    !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     29   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3030   !! $Id$  
    31    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     31   !! Software governed by the CeCILL license (see ./LICENSE) 
    3232   !!---------------------------------------------------------------------- 
    3333CONTAINS 
  • NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP/MY_SRC/usrdef_nam.F90

    • Property svn:keywords set to Id
    r9089 r10289  
    3636 
    3737   !!---------------------------------------------------------------------- 
    38    !! NEMO/OPA 4.0 , NEMO Consortium (2017) 
     38   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3939   !! $Id$  
    40    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     40   !! Software governed by the CeCILL license (see ./LICENSE) 
    4141   !!---------------------------------------------------------------------- 
    4242CONTAINS 
  • NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP/MY_SRC/usrdef_sbc.F90

    • Property svn:keywords set to Id
    r9659 r10289  
    3535#  include "vectopt_loop_substitute.h90" 
    3636   !!---------------------------------------------------------------------- 
    37    !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     37   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3838   !! $Id$ 
    39    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     39   !! Software governed by the CeCILL license (see ./LICENSE) 
    4040   !!---------------------------------------------------------------------- 
    4141CONTAINS 
  • NEMO/branches/2018/dev_r9866_HPC_03_globcom/tests/ISOMIP/MY_SRC/usrdef_zgr.F90

    • Property svn:keywords set to Id
    r9135 r10289  
    3333#  include "vectopt_loop_substitute.h90" 
    3434   !!---------------------------------------------------------------------- 
    35    !! NEMO/OPA 4.0 , NEMO Consortium (2016) 
     35   !! NEMO/OCE 4.0 , NEMO Consortium (2018) 
    3636   !! $Id$ 
    37    !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     37   !! Software governed by the CeCILL license (see ./LICENSE) 
    3838   !!---------------------------------------------------------------------- 
    3939CONTAINS              
Note: See TracChangeset for help on using the changeset viewer.