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 14434 for NEMO/trunk/src – NEMO

Changeset 14434 for NEMO/trunk/src


Ignore:
Timestamp:
2021-02-11T09:20:52+01:00 (3 years ago)
Author:
smasson
Message:

trunk: fix agrif + coupled model, #2615

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/SBC/cpl_oasis3.F90

    r14227 r14434  
    294294      ! 
    295295#if defined key_agrif 
    296       IF( agrif_fixed() == Agrif_Nb_Fine_Grids() ) THEN 
     296      ! Warning: Agrif_Nb_Fine_Grids not yet defined at this stage for Agrif_Root -> must use Agrif_Root_Only() 
     297      IF( Agrif_Root_Only() .OR. agrif_fixed() == Agrif_Nb_Fine_Grids() ) THEN 
    297298#endif 
    298299      CALL oasis_enddef(nerror) 
Note: See TracChangeset for help on using the changeset viewer.