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/1299 (diff) – NEMO

Changes between Version 4 and Version 5 of ticket/1299


Ignore:
Timestamp:
2014-10-29T11:49:21+01:00 (9 years ago)
Author:
jamesharle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1299

    v4 v5  
    2626Testing carried out on the AMM12 configuration in the trunk code. Six experiments were carried out to check the consistency of the code. These were: 
    2727 
    28 # Constant T/S boundary conditions on original vertical grid, with nb_jpk_bdy = 51 (first sanity test) 
    29 # Constant T/S boundary conditions on staggered vertical grid, with nb_jpk_bdy = 51 (gdept(jpk = [1 51] ) same as native grid all depths in-between offset from native grid, second sanity test) 
    30 # Realistic boundary conditions on original vertical grid, with nb_jpk_bdy = -1 (i.e. should be the identical to trunk code) 
    31 # Realistic boundary conditions on original vertical grid, with nb_jpk_bdy = 51 (i.e. should be the identical to trunk code within rounding errors in interpolation routine) 
    32 # Realistic boundary conditions on staggered vertical grid, with nb_jpk_bdy = 51 (gdept(jpk = [1 51] ) same as native grid all depths in-between offset from native grid) 
    33 # Realistic boundary conditions on a reduced z-level staggered vertical grid, with nb_jpk_bdy = 31 
     281. Constant T/S boundary conditions on original vertical grid, with nb_jpk_bdy = 51 (first sanity test) 
     291. Constant T/S boundary conditions on staggered vertical grid, with nb_jpk_bdy = 51 (gdept(jpk = [1 51] ) same as native grid all depths in-between offset from native grid, second sanity test) 
     301. Realistic boundary conditions on original vertical grid, with nb_jpk_bdy = -1 (i.e. should be the identical to trunk code) 
     311. Realistic boundary conditions on original vertical grid, with nb_jpk_bdy = 51 (i.e. should be the identical to trunk code within rounding errors in interpolation routine) 
     321. Realistic boundary conditions on staggered vertical grid, with nb_jpk_bdy = 51 (gdept(jpk = [1 51] ) same as native grid all depths in-between offset from native grid) 
     331. Realistic boundary conditions on a reduced z-level staggered vertical grid, with nb_jpk_bdy = 31 
    3434 
    3535The datasets for the offset and reduced level input data where generated using the interp routine in matlab. 
     
    4040 
    4141How best to handle the baroclinic velocities in the case of a bathymetry mismatch between input data and native grid: 
    42 # Set velocities to zero in depths on native grid deeper than bathymetry in input file 
    43 # Down fill velocities for missing data 
     421. Set velocities to zero in depths on native grid deeper than bathymetry in input file 
     431. Down fill velocities for missing data 
    4444 
    4545in all cases a barotropic correction has to applied. At present a conservative remapping option does not exist. This should be a straight forward addition of a subroutine in fldread.F90