Changeset 1962 for trunk


Ignore:
Timestamp:
Jul 5, 2018, 10:43:09 AM (6 years ago)
Author:
mvals
Message:

Mars GCM:

  • callsedim.F changed to module callsedim_mod.F

MV

Location:
trunk/LMDZ.MARS
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1955 r1962  
    25972597  as "Time" is already defined as a dimension) and added some extra tests in
    25982598  writediagfi to better detect similar issues.
     2599
     2600== 05/07/2018 == MV
     2601- callsedim.F changed to module callsedim_mod.F
  • trunk/LMDZ.MARS/libf/phymars/callsedim_mod.F

    r1961 r1962  
     1      MODULE callsedim_mod
     2
     3      IMPLICIT NONE
     4
     5      CONTAINS
     6     
    17      SUBROUTINE callsedim(ngrid,nlay, ptimestep,
    28     &                pplev,zlev, zlay, pt, pdt, rdust, rice,
     
    481487      endif ! of if (water)
    482488
    483       END
    484 
     489      END SUBROUTINE callsedim
     490     
     491      END MODULE callsedim_mod
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r1955 r1962  
    1818     &                        mem_Nccn_co2
    1919      use aeropacity_mod
    20       use callradite_mod
     20      use callradite_mod
     21      use callsedim_mod
    2122      use tracer_mod, only: noms, mmol, igcm_co2, igcm_n2, igcm_co2_ice,
    2223     &                      igcm_co, igcm_o, igcm_h2o_vap, igcm_h2o_ice,
Note: See TracChangeset for help on using the changeset viewer.