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.
ticket/1171 (diff) – NEMO

Changes between Version 1 and Version 2 of ticket/1171


Ignore:
Timestamp:
2013-11-08T11:49:04+01:00 (10 years ago)
Author:
rbourdal
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1171

    v1 v2  
    44[[BR]] 
    55 
    6 '''Author''' : AUTHOR_NAME  
     6'''Author''' : rbourdal and greffray  
    77 
    8 '''ticket''' : #665 
     8'''ticket''' : #1121 
    99 
    10 '''Branch''' : [https://forge.ipsl.jussieu.fr/nemo/browser/branches/BRANCH_NAME      BRANCH_NAME ]  
     10'''Branch''' : [https://forge.ipsl.jussieu.fr/nemo/browser/branches/BRANCH_NAME      2013/dev_r4022_MERCATOR5_PAPA1D ]  
    1111---- 
    1212 
    1313=== Description === 
     14 
     15 
     16Addition of a new reference configuration. 
     17This is a 1D configuration, at the PAPA station (145E, 55N), to work on the vertical component of NEMO. 
     18The reference test case uses input files (download http://dodsp.idris.fr/reee512/NEMO/C1D_PAPA_nemo_v3.5.tar). 
     19This tarfile is composed by: 
     20- a bathymeter file : bathy_meter_PAPASTATION.nc 
     21- a monthly mean climatology for Chlorophyll : chlorophyll_PAPASTATION.nc 
     22- 2 forcing files (hourly data) : forcing_PAPASTATION_y20*.nc 
     23- an initialization file for T/S: init_PAPASTATION_m06d15.nc 
     24- an file with observed temperature :OS_PAPA_temp_75L_1d_20100615-20110614.nc 
     25 
     26The purpose reference simulation begins 15 June 2010 and ended 14 June 2011.  
     27We have fixed the vertical grid at 75 levels (1m at the surface). 
     28This simulation is forced by operational analysis of ECMWF resampled at 1h. 
     29The initial conditions for T/S are deduced from observations of the 15 June 2010. 
     30We have added a file with daily mean observed temperatures. These data have been re-interpolated on the computing grid (file usefull for a 
     31quick first validation with daily model outputs) 
     32 
     33The compilation of this configuration is ensured by 2 cpp_key : 
     34 - key_c1d to call 1D routines 
     35 - key_c1d_papa to call specific routine (par_C1D_PAPA.h90)  
     36The bathymetry file is read in namelist (nn_bathy=1) but could be switch off (nn_bathy=0) and prescribed by a new namelist parameter: rn_bathy/=0 (default =0 implied 
     37rn_bathy=deptw(jpkm1)) 
     38The defaul namelist used a k-epsilon closure and the defaul iodef.xml save fields with a frequency of 1 hour and 1 day. 
     39 
     40After compilation, the code can be launch using these commands: 
     41 
     42DIR_ARCHI_INIT=path_of_the_input_file 
     43 
     44mkdir rundir 
     45cd rundir 
     46 
     47cp ../*.xml    . 
     48cp ../namelist . 
     49cp ../opa      . 
     50 
     51ln -s ${DIR_ARCHI_INIT}/bathy_meter_PAPASTATION.nc  ./bathy_meter.nc 
     52ln -s ${DIR_ARCHI_INIT}/chlorophyll_PAPASTATION.nc  ./chlorophyll.nc 
     53ln -s ${DIR_ARCHI_INIT}/init_PAPASTATION_m06d15.nc  . 
     54ln -s ${DIR_ARCHI_INIT}/forcin* . 
     55 
     56./opa 
     57 
     58 
    1459 
    1560 
     
    1863Testing could consider (where appropriate) other configurations in addition to NVTK]. 
    1964 
    20 ||NVTK Tested||!'''YES/NO!'''|| 
    21 ||Other model configurations||!'''YES/NO!'''|| 
    22 ||Processor configurations tested||[ Enter processor configs tested here ]|| 
    23 ||If adding new functionality please confirm that the [[BR]]New code doesn't change results when it is switched off [[BR]]and !''works!'' when switched on||!'''YES/NO/NA!'''|| 
     65||NVTK Tested||!'''NO!'''|| 
     66||Other model configurations||!'''NO!'''|| 
     67||Processor configurations tested||[ 1 ]|| 
     68||If adding new functionality please confirm that the [[BR]]New code doesn't change results when it is switched off [[BR]]and !''works!'' when switched on||!'''YES!'''|| 
    2469 
    2570(Answering UNSURE is likely to generate further questions from reviewers.)