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 1200 for trunk/NEMO/OPA_SRC/DOM/dom_oce.F90 – NEMO

Ignore:
Timestamp:
2008-09-24T15:05:20+02:00 (16 years ago)
Author:
rblod
Message:

Adapt Agrif to the new SBC and correct several bugs for agrif (restart writing and reading), see ticket #133
Note : this fix does not work yet on NEC computerq (sxf90/360)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/dom_oce.F90

    r1161 r1200  
    188188 
    189189   !!---------------------------------------------------------------------- 
     190   !! agrif domain 
     191   !!---------------------------------------------------------------------- 
     192#if defined key_agrif 
     193   LOGICAL, PUBLIC, PARAMETER ::   lk_agrif = .TRUE.    !: agrif flag 
     194#else 
     195   LOGICAL, PUBLIC, PARAMETER ::   lk_agrif = .FALSE.   !: agrif flag 
     196#endif 
     197 
     198 
     199   !!---------------------------------------------------------------------- 
    190200   !! time domain 
    191201   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.