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 – NEMO
wiki:ticket/1171

Version 2 (modified by rbourdal, 10 years ago) (diff)

--

Last edited Timestamp?


Author : rbourdal and greffray

ticket : #1121

Branch : 2013/dev_r4022_MERCATOR5_PAPA1D


Description

Addition of a new reference configuration. This is a 1D configuration, at the PAPA station (145E, 55N), to work on the vertical component of NEMO. The reference test case uses input files (download http://dodsp.idris.fr/reee512/NEMO/C1D_PAPA_nemo_v3.5.tar). This tarfile is composed by:

  • a bathymeter file : bathy_meter_PAPASTATION.nc
  • a monthly mean climatology for Chlorophyll : chlorophyll_PAPASTATION.nc
  • 2 forcing files (hourly data) : forcing_PAPASTATION_y20*.nc
  • an initialization file for T/S: init_PAPASTATION_m06d15.nc
  • an file with observed temperature :OS_PAPA_temp_75L_1d_20100615-20110614.nc

The purpose reference simulation begins 15 June 2010 and ended 14 June 2011. We have fixed the vertical grid at 75 levels (1m at the surface). This simulation is forced by operational analysis of ECMWF resampled at 1h. The initial conditions for T/S are deduced from observations of the 15 June 2010. We have added a file with daily mean observed temperatures. These data have been re-interpolated on the computing grid (file usefull for a quick first validation with daily model outputs)

The compilation of this configuration is ensured by 2 cpp_key :

  • key_c1d to call 1D routines
  • key_c1d_papa to call specific routine (par_C1D_PAPA.h90)

The 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 rn_bathy=deptw(jpkm1)) The defaul namelist used a k-epsilon closure and the defaul iodef.xml save fields with a frequency of 1 hour and 1 day.

After compilation, the code can be launch using these commands:

DIR_ARCHI_INIT=path_of_the_input_file

mkdir rundir cd rundir

cp ../*.xml . cp ../namelist . cp ../opa .

ln -s ${DIR_ARCHI_INIT}/bathy_meter_PAPASTATION.nc ./bathy_meter.nc ln -s ${DIR_ARCHI_INIT}/chlorophyll_PAPASTATION.nc ./chlorophyll.nc ln -s ${DIR_ARCHI_INIT}/init_PAPASTATION_m06d15.nc . ln -s ${DIR_ARCHI_INIT}/forcin* .

./opa


Testing

Testing could consider (where appropriate) other configurations in addition to NVTK].

NVTK Tested'''NO'''
Other model configurations'''NO'''
Processor configurations tested[ 1 ]
If adding new functionality please confirm that the
New code doesn't change results when it is switched off
and ''works'' when switched on
'''YES'''

(Answering UNSURE is likely to generate further questions from reviewers.)

'Please add further summary details here'

  • Processor configurations tested
  • etc----

Bit Comparability

Does this change preserve answers in your tested standard configurations (to the last bit) ?'''YES/NO '''
Does this change bit compare across various processor configurations. (1xM, Nx1 and MxN are recommended)'''YES/NO'''
Is this change expected to preserve answers in all possible model configurations?'''YES/NO'''
Is this change expected to preserve all diagnostics?
,,''Preserving answers in model runs does not necessarily imply preserved diagnostics. ''
'''YES/NO'''

If you answered '''NO''' to any of the above, please provide further details:

  • Which routine(s) are causing the difference?
  • Why the changes are not protected by a logical switch or new section-version
  • What is needed to achieve regression with the previous model release (e.g. a regression branch, hand-edits etc). If this is not possible, explain why not.
  • What do you expect to see occur in the test harness jobs?
  • Which diagnostics have you altered and why have they changed?Please add details here........

System Changes

Does your change alter namelists?'''YES/NO '''
Does your change require a change in compiler options?'''YES/NO '''

If any of these apply, please document the changes required here.......


Resources

''Please ''summarize'' any changes in runtime or memory use caused by this change......''


IPR issues

Has the code been wholly (100%) produced by NEMO developers staff working exclusively on NEMO?'''YES/ NO '''

If No:

  • Identify the collaboration agreement details
  • Ensure the code routine header is in accordance with the agreement, (Copyright/Redistribution? etc).Add further details here if required..........