Changeset 1857 for LMDZ5/trunk


Ignore:
Timestamp:
Sep 2, 2013, 9:50:09 AM (11 years ago)
Author:
Ehouarn Millour
Message:

Remove call to diagedyn. Current diagedyn is supposed to work on global arrays, which is not compatible with dyn3dmem settings. Extra work is required if we want to adapt diagedyn to dyn3dmem (but diagedyn currently doesn't work even in seq mode...).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/call_calfis_mod.F90

    r1848 r1857  
    379379    IF (ip_ebil_dyn.ge.1 ) THEN
    380380      ztit='bil phys'
    381       CALL diagedyn(ztit,2,1,1,dtphys,ucov, vcov , ps, p ,pk , teta , q(:,:,1), q(:,:,2))
     381!      CALL diagedyn(ztit,2,1,1,dtphys,ucov, vcov , ps, p ,pk , teta , q(:,:,1), q(:,:,2))
     382      write(lunout,*)"call_calfis: diagedyn disabled in dyn3dmem !!"
    382383    ENDIF
    383384
Note: See TracChangeset for help on using the changeset viewer.