Ignore:
Timestamp:
Jul 5, 2018, 3:13:39 PM (6 years ago)
Author:
emillour
Message:

Mars GCM:

  • Follow-up of previous commit.

EM

File:
1 edited

Legend:

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

    r1909 r1964  
    1010     &                nq,tau,tauscaling,rdust,rice,nuice,
    1111     &                rsedcloud,rhocloud,totcloudfrac)
    12 ! to use  'getin'
    13       USE ioipsl_getincom
    14       USE updaterad
    15       USE comcstfi_h
     12      USE ioipsl_getincom, ONLY: getin
     13      USE updaterad, ONLY: updaterdust, updaterice_micro,
     14     &                     updaterice_typ
     15      USE improvedclouds_mod, ONLY: improvedclouds
    1616      use tracer_mod, only: nqmx, igcm_h2o_vap, igcm_h2o_ice,
    1717     &                      igcm_dust_mass, igcm_dust_number,
     
    4242c   -------------
    4343
    44 #include "callkeys.h"
     44      include "callkeys.h"
    4545
    4646c   Inputs:
Note: See TracChangeset for help on using the changeset viewer.