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

Changes between Version 15 and Version 16 of ticket/0932_Standalone_SBC


Ignore:
Timestamp:
2012-04-25T10:03:17+02:00 (12 years ago)
Author:
sga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0932_Standalone_SBC

    v15 v16  
    6969 
    7070       This routine now initialises the input files needed for reading temperature, salinity, velocity and sea surface height 
    71        arrays at the surface. These filenames are supplied in namelist namsbc_sas.  Unfortunately because of limitations with the iom module, 
     71       arrays at the surface. These filenames are supplied in namelist namsbc_ssm.  Unfortunately because of limitations with the iom module, 
    7272       the full 3D velocity fields from the mean files have to be read in and interpolated in time, before using just the top level. However an 
    7373       option is included to read 2D velocity fields if they are available in the input file, but ln_3d_uv must be explicitly set to be false in the 
    7474       namelist for the code to be able to use them. 
    7575       Since fldread is used to read in the data, Interpolation on the Fly may be used to change input data resolution. 
     76 
     77Routines in OPA_SRC changed: 
     78 
     79sbcssm.F90 
     80 
     81       Initialisation on the first time step has been replaced by initialisation before the first time step in a new subroutine sbc_ssm_init called 
     82       from sbc_init. 
     83 
     84sbcmod.F90 
     85 
     86       Subroutine sbc_init now includes a call to sbc_ssm_init to mirror its introduction in SAS_SRC/sbcssm.  This allows the SAS code to switch 
     87       off non-relevant options before they are acted upon. 
    7688 
    7789----