Ignore:
Timestamp:
Jul 11, 2018, 11:47:54 AM (6 years ago)
Author:
emillour
Message:

Mars GCM:
Some cosmetic changes:

  • make watercloud less verbose
  • turn vdifc.F into a module
  • turn updatereffrad.F into a module

EM

File:
1 moved

Legend:

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

    r1968 r1969  
     1      MODULE updatereffrad_mod
     2     
     3      IMPLICIT NONE
     4     
     5      CONTAINS
     6     
    17      SUBROUTINE updatereffrad(ngrid,nlayer,
    28     &                rdust,rice,nuice,
    39     &                reffrad,nueffrad,
    410     &                pq,tauscaling,tau,pplay)
    5        USE updaterad
     11       USE updaterad, ONLY: updaterdust, updaterice_micro,
     12     &                      updaterice_typ
    613       use tracer_mod, only: nqmx, igcm_dust_mass, igcm_dust_number,
    714     &                       igcm_h2o_ice, igcm_ccn_mass, radius,
     
    1219     &            iaer_dust_conrath,iaer_dust_doubleq,
    1320     &            iaer_dust_submicron,iaer_h2o_ice
    14        USE comcstfi_h
     21
    1522       IMPLICIT NONE
    1623c=======================================================================
     
    3542c    -------------
    3643c
    37 #include "callkeys.h"
     44      include "callkeys.h"
    3845
    3946c-----------------------------------------------------------------------
     
    202209      ENDDO ! iaer (loop on aerosol kind)
    203210
    204       RETURN
    205       END
     211      END SUBROUTINE updatereffrad
     212     
     213      END MODULE updatereffrad_mod
Note: See TracChangeset for help on using the changeset viewer.