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 15279 for utils/tools/DOMAINcfg/src/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2021-09-23T12:00:23+02:00 (3 years ago)
Author:
jchanut
Message:

#2222 and #2638: Enable creating agrif meshes with different vertical grids (geopotential only as a start)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/nemogcm.F90

    r14623 r15279  
    104104      CALL Agrif_Regrid() 
    105105       
    106       CALL Agrif_Step_Child(agrif_boundary_connections) 
     106!      CALL Agrif_Step_Child(agrif_boundary_connections) 
    107107       
    108108      CALL Agrif_Step_Child_adj(agrif_update_all) 
    109109 
    110       CALL Agrif_Step_Child(agrif_recompute_scalefactors) 
     110!      CALL Agrif_Step_Child(agrif_recompute_scalefactors) 
    111111       
    112112      CALL Agrif_Step_Child(cfg_write) 
Note: See TracChangeset for help on using the changeset viewer.