Changeset 1256 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
May 12, 2014, 1:12:08 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.COMMON finished the correction of moyzon in r1245 after a discussion with the team

Location:
trunk/LMDZ.COMMON/libf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/calfis.F

    r1251 r1256  
    224224        endif
    225225
    226         if (flag_moyzon) call moyzon_init(iip1,llm,nqtot)
     226        if (flag_moyzon) call moyzon_init(ngridmx,llm,nqtot)
    227227
    228228c----------------------------------------------
  • trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F

    r1251 r1256  
    309309
    310310      ! 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)
    312312
    313313c------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.