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.
Changeset 3699 – NEMO

Changeset 3699


Ignore:
Timestamp:
2012-11-28T10:42:45+01:00 (11 years ago)
Author:
gm
Message:

dev_MERGE_2012: fix latex compilation errors + add namsbc_sas

Location:
branches/2012/dev_MERGE_2012/DOC/TexFiles
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/DOC/TexFiles/Chapters/Chap_SBC.tex

    r3625 r3699  
    438438\label{SAS_iof} 
    439439 
     440%---------------------------------------namsbc_ana-------------------------------------------------- 
     441\namdisplay{namsbc_sas} 
     442%-------------------------------------------------------------------------------------------------------------- 
     443 
    440444In some circumstances it may be useful to avoid calculating the 3D temperature, salinity and velocity fields and 
    441445simply read them in from  a previous run.  For example: 
     
    448452 
    449453The StandAlone Surface scheme provides this utility. 
    450 A new copy of the model has to be compiled with a configuration based on ORCA2_SAS_LIM. 
     454A new copy of the model has to be compiled with a configuration based on ORCA2\_SAS\_LIM. 
    451455However no namelist parameters need be changed from the settings of the previous run (except perhaps nn{\_}date0) 
    452456In this configuration, a few routines in the standard model are overriden by new versions. 
     
    454458 
    455459\begin{enumerate} 
    456 \item  nemogcm.F90 
     460\item  \mdl{nemogcm} 
    457461 
    458462       This routine initialises the rest of the model and repeatedly calls the stp time stepping routine (step.F90) 
    459463       Since the ocean state is not calculated all associated initialisations have been removed. 
    460 \item  step.F90 
     464\item  \mdl{step} 
    461465 
    462466       The main time stepping routine now only needs to call the sbc routine (and a few utility functions). 
    463 \item  sbcmod.F90 
     467\item  \mdl{sbcmod} 
    464468 
    465469       This has been cut down and now only calculates surface forcing and the ice model required.  New surface modules 
    466470       that can function when only the surface level of the ocean state is defined can also be added (e.g. icebergs). 
    467 \item  daymod.F90 
     471\item  \mdl{daymod} 
    468472 
    469473       No ocean restarts are read or written (though the ice model restarts are retained), so calls to restart functions 
    470474       have been removed.  This also means that the calendar cannot be controlled by time in a restart file, so the user 
    471475       must make sure that nn{\_}date0 in the model namelist is correct for his or her purposes. 
    472 \item  stpctl.F90 
    473  
    474        Since there is no free surface solver, references to it have been removed from stp_ctl. 
    475 \item  diawri.F90 
     476\item  \mdl{stpctl} 
     477 
     478       Since there is no free surface solver, references to it have been removed from \rou{stp\_ctl} module. 
     479\item  \mdl{diawri} 
    476480 
    477481       All 3D data have been removed from the output.  The surface temperature, salinity and velocity components (which 
     
    482486 
    483487\begin{enumerate} 
    484 \item  sbcsas.F90 
    485        This routine initialises the input files needed for reading temperature, salinity and velocity arrays at the surface. 
     488\item  \mdl{sbcsas} 
     489       This module initialises the input files needed for reading temperature, salinity and velocity arrays at the surface. 
    486490       These filenames are supplied in namelist namsbc{\_}sas.  Unfortunately because of limitations with the \mdl{iom} module, 
    487491       the full 3D fields from the mean files have to be read in and interpolated in time, before using just the top level. 
Note: See TracChangeset for help on using the changeset viewer.