Ignore:
Timestamp:
Dec 13, 2011, 11:57:59 PM (13 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC

13/12/2011 == AS

  • Same spirit as previous commit, but for ngasmx which is now read in gases.def -- before arrays w/ dim ngasmx are allocated dynamically
  • Allocation is done in su_gases.F90 which is called in inifis
  • Outside su_gases.F90, very few modifications to the code : the new module "gases_h.F90" simply replaces the old common "gases.h" !
  • Compiles fine. Tested with debugging options through pgdbg. Runs fine. Exact same results in Early Mars test case.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/condense_cloud.F90

    r305 r471  
    77
    88      use radinc_h, only : naerkind
     9      use gases_h
    910
    1011      implicit none
     
    5657#include "callkeys.h"
    5758#include "tracer.h"
    58 #include "gases.h"
    5959
    6060!-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.