Changeset 13585
- Timestamp:
- 2020-10-14T14:24:38+02:00 (4 years ago)
- Location:
- utils/tools/DOMAINcfg/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/tools/DOMAINcfg/src/dommsk.F90
r13204 r13585 295 295 ! 296 296 297 CALL usr_def_fmask( c n_cfg, nn_cfg, fmask )297 CALL usr_def_fmask( cp_cfg, jp_cfg, fmask ) 298 298 ! 299 299 END SUBROUTINE dom_msk -
utils/tools/DOMAINcfg/src/par_oce.f90
r13204 r13585 44 44 !! Domain Matrix size 45 45 !!--------------------------------------------------------------------- 46 ! configuration name & resolution (required only in ORCA family case)47 CHARACTER(lc) :: cn_cfg !: name of the configuration48 INTEGER :: nn_cfg !: resolution of the configuration49 50 46 ! global domain size !!! * total computational domain * 51 47 INTEGER :: jpiglo !: 1st dimension of global domain --> i-direction
Note: See TracChangeset
for help on using the changeset viewer.