Changeset 1938 for trunk


Ignore:
Timestamp:
Jun 1, 2018, 9:35:56 AM (6 years ago)
Author:
aslmd
Message:

cancel commit 1935 will all due apologies. for Mars mesoscale applications do not use versions later than LMDZ.MARS rev 1779. to be fixed in the future.

Location:
trunk/LMDZ.MARS/libf/phymars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/co2cloud.F

    r1935 r1938  
    3030      USE newsedim_mod, ONLY: newsedim
    3131      USE datafile_mod, ONLY: datadir
     32      USE improvedCO2clouds_mod, ONLY: improvedCO2clouds
    3233
    3334      IMPLICIT NONE
  • trunk/LMDZ.MARS/libf/phymars/improvedCO2clouds.F

    r1935 r1938  
     1      MODULE improvedCO2clouds_mod
     2
     3      IMPLICIT NONE
     4
     5      CONTAINS
     6
    17      subroutine improvedCO2clouds(ngrid,nlay,microtimestep,
    28     &             pplay,pplev,pteff,sum_subpdt,
     
    655661
    656662        END SUBROUTINE improvedCO2clouds
     663
     664        END MODULE improvedCO2clouds_mod
     665
Note: See TracChangeset for help on using the changeset viewer.