Changeset 1256 for trunk/LMDZ.COMMON
- Timestamp:
- May 12, 2014, 1:12:08 PM (11 years ago)
- Location:
- trunk/LMDZ.COMMON/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/calfis.F
r1251 r1256 224 224 endif 225 225 226 if (flag_moyzon) call moyzon_init( iip1,llm,nqtot)226 if (flag_moyzon) call moyzon_init(ngridmx,llm,nqtot) 227 227 228 228 c---------------------------------------------- -
trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F
r1251 r1256 309 309 310 310 ! zonal means. horizontal dimension should be iip1 311 if (flag_moyzon) call moyzon_init( iip1,llm,nqtot)311 if (flag_moyzon) call moyzon_init(klon,llm,nqtot) 312 312 313 313 c------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.