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 5404 for trunk/NEMOGCM/NEMO/OPA_SRC/STO/stopar.F90 – NEMO

Ignore:
Timestamp:
2015-06-11T09:20:46+02:00 (9 years ago)
Author:
pabouttier
Message:

make the stochastic param. code more compliant with NEMO code conventions compliant; Add documentation skeleton

Location:
trunk/NEMOGCM/NEMO/OPA_SRC/STO
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/STO/stopar.F90

    r5390 r5404  
    263263      INTEGER  ::   ios                 ! Local integer output status for namelist read 
    264264 
     265      IF ( lk_agrif ) CALL ctl_stop('EOS stochastic parametrization is not compatible with AGRIF') 
    265266      ! Read namsto namelist : stochastic parameterization 
    266267      REWIND( numnam_ref )              ! Namelist namdyn_adv in reference namelist : Momentum advection scheme 
Note: See TracChangeset for help on using the changeset viewer.