Ignore:
Timestamp:
Mar 19, 2024, 3:34:21 PM (2 months ago)
Author:
idelkadi
Message:

Ecrad update in LMDZ / Implementation of Ecrad double call in LMDZ

  • version 1.6.1 (commit 210d7911380f53a788c3cad73b3cf9b4e022ef87)
  • interface routines between lmdz and ecrad grouped in a new "lmdz" directory
  • double call method redesigned so as to go through the Ecrad initialization and configuration part only once for the entire simulation
  • clean-up in the read.F routine: delete unitules arguments
  • modification of default gas model in namelist (default: ECCKD)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/ecrad/ifs/Makefile

    r4773 r4853  
    22        radiation_scheme.F90 radiation_setup.F90 yoerdu.F90 \
    33        yomrip.F90 yoephy.F90 yoecld.F90 yoe_spectral_planck.F90 \
    4         cloud_overlap_decorr_len.F90 yoerad.F90
     4        cloud_overlap_decorr_len.F90 yoerad.F90 yoethf.F90 satur.F90
    55
    66OBJECTS := $(SOURCES:.F90=.o)
     
    3131cos_sza.o ice_effective_radius.o liquid_effective_radius.o radiation_scheme.o radiation_setup.o: yoerad.o
    3232yoerad.o: yoe_spectral_planck.o
     33satur.o: yoethf.o
Note: See TracChangeset for help on using the changeset viewer.