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 Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #126


Ignore:
Timestamp:
2008-04-25T18:40:55+02:00 (16 years ago)
Author:
ctlod
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #126 – Description

    initial v1  
     1Summary of code changes[[BR]] 
     2================[[BR]] 
     3 
     4{{{ 
     5 
     61. Add BDY module, including bdytides.F90 for tidal harmonic 
     7   forcing. BDY works for key_dynspg_exp, key_dynspg_ts and 
     8   key_dynspg_flt. FRS and Flather schemes are in separate 
     9   routines. Note BDY does not yet include ice fields. 
     10 
     112. Add calls to BDY routines in: 
     12       step.F90 
     13       dynpsg_flt.F90 
     14       dynspg_ts.F90 
     15       dynnxt.F90 
     16       tranxt.F90 
     17 
     183. Change iom_gettime (and iom_ioipsl_gettime, iom_nf90_gettime) so we 
     19   can choose to read the record dimension as time and to read extra 
     20   attributes of the time coordinate. "cdvar" is now an optional argument, 
     21   so order of arguments is changed, so call from obcdta.F90 is 
     22   changed. 
     23 
     244. Bug fix for VVL code in dynnxt.F90. Velocities must be unweighted 
     25   by layer thickness *before* open boundary conditions applied. 
     26 
     275. Alternative option for choice of layer thicknesses in 
     28   domvvl.F90. If key_sigma_vvl set then distribute SSH anomaly 
     29   equally over all layers. Prevents the possibility of negative layer 
     30   thicknesses in shallow water. 
     31}}}