Changeset 7971 for branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/NEMO/NST_SRC/agrif_user.F90
- Timestamp:
- 2017-04-26T12:03:26+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/NEMO/NST_SRC/agrif_user.F90
r6204 r7971 309 309 ! or the absolute maximum nesting level...TBC 310 310 IF ( Agrif_Level().EQ.Agrif_MaxLevel() ) THEN 311 ! NB: Do tracers first, dynamics after because nbcline incremented in dynamics 311 ! NB: Order matters below: 312 CALL Agrif_Update_vvl() 312 313 CALL Agrif_Update_tra() 313 314 CALL Agrif_Update_dyn() … … 445 446 CALL Agrif_Set_Updatetype(avm_id, update = AGRIF_Update_Average) 446 447 # endif 448 449 CALL Agrif_Set_Updatetype(e3t_id, update = AGRIF_Update_Average) 447 450 448 451 ! High order updates
Note: See TracChangeset
for help on using the changeset viewer.