- Timestamp:
- 2016-11-17T17:12:23+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/r5936_hadgem3_cplseq/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90
r7134 r7253 191 191 ! Hardwire only two models as nn_cplmodel has not been read in 192 192 ! from the namelist yet. 193 ALLOCATE( xcplmask(jpi,jpj, 2) , STAT=ierr(3) )193 ALLOCATE( xcplmask(jpi,jpj,0:3) , STAT=ierr(3) ) 194 194 ! 195 195 sbc_cpl_alloc = MAXVAL( ierr )
Note: See TracChangeset
for help on using the changeset viewer.