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 13371 for NEMO/branches – NEMO

Changeset 13371 for NEMO/branches


Ignore:
Timestamp:
2020-08-03T10:05:48+02:00 (4 years ago)
Author:
jchanut
Message:

#2222, remove constrain on jpk_parent <= jpk_child with last library change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/src/NST/agrif_user.F90

    r13351 r13371  
    248248               IF(lwp) WRITE(numout,*) ' ' 
    249249            ENDIF   
    250          ENDIF 
    251       ENDIF 
    252  
    253       IF( ln_vert_remap ) THEN 
    254       ! Additional constrain that should be removed someday: 
    255          IF ( Agrif_Parent(jpk).GT.jpk ) THEN 
    256             CALL ctl_stop( ' With ln_vert_remap, child grids must have jpk greater or equal to the parent value' ) 
    257250         ENDIF 
    258251      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.