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 2 and Version 3 of ticket/1171


Ignore:
Timestamp:
2013-11-15T09:33:07+01:00 (11 years ago)
Author:
rbourdal
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1171

    v2 v3  
    1919This tarfile is composed by: 
    2020- a bathymeter file : bathy_meter_PAPASTATION.nc 
     21 
    2122- a monthly mean climatology for Chlorophyll : chlorophyll_PAPASTATION.nc 
     23 
    2224- 2 forcing files (hourly data) : forcing_PAPASTATION_y20*.nc 
     25 
    2326- an initialization file for T/S: init_PAPASTATION_m06d15.nc 
     27 
    2428- an file with observed temperature :OS_PAPA_temp_75L_1d_20100615-20110614.nc 
     29 
    2530 
    2631The purpose reference simulation begins 15 June 2010 and ended 14 June 2011.  
     
    3742rn_bathy=deptw(jpkm1)) 
    3843The defaul namelist used a k-epsilon closure and the defaul iodef.xml save fields with a frequency of 1 hour and 1 day. 
     44 
     45Routines list in the branch: 
     46 
     47par_C1D_PAPA.h90 :  new routine. description of the conf (lon/lat, grid type,...) 
     48 
     49par_oce.F90 : add call of par_C1D_PAPA.h90 (under key_c1d_papa) 
     50 
     51istate.F90 : No change ! 
     52 
     53domain.F90 : read in namelist new real : rn_bathy 
     54 
     55dom_oce.F90: declaration of rn_bathy (default vaue at 0) 
     56 
     57domzgr.F90 : if rn_bathy .GT. 0.1m bathy=rn_bathy ... else bathy=gdepw_0(jpk)(default case) 
     58 
     59 
    3960 
    4061After compilation, the code can be launch using these commands: