Changeset 1964 for trunk/LMDZ.MARS/libf/phymars/watercloud_mod.F
- Timestamp:
- Jul 5, 2018, 3:13:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/watercloud_mod.F
r1909 r1964 10 10 & nq,tau,tauscaling,rdust,rice,nuice, 11 11 & rsedcloud,rhocloud,totcloudfrac) 12 ! to use 'getin' 13 USE ioipsl_getincom14 USE updaterad15 USE comcstfi_h12 USE ioipsl_getincom, ONLY: getin 13 USE updaterad, ONLY: updaterdust, updaterice_micro, 14 & updaterice_typ 15 USE improvedclouds_mod, ONLY: improvedclouds 16 16 use tracer_mod, only: nqmx, igcm_h2o_vap, igcm_h2o_ice, 17 17 & igcm_dust_mass, igcm_dust_number, … … 42 42 c ------------- 43 43 44 #include "callkeys.h"44 include "callkeys.h" 45 45 46 46 c Inputs:
Note: See TracChangeset
for help on using the changeset viewer.