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/driver/Makefile

    r4773 r4853  
    2020test_programs: $(TEST_PROGRAMS)
    2121
     22# Link ecrad executable; add "-lifs" if you want to use the "satur"
     23# routine in ecrad_driver.F90
    2224$(EXECUTABLE): $(OBJECTS) ../lib/*.a ecrad_driver.o
    2325        $(FC) $(FCFLAGS) ecrad_driver.o $(OBJECTS) $(LIBS) -o $(EXECUTABLE)
Note: See TracChangeset for help on using the changeset viewer.