Ignore:
Timestamp:
Dec 14, 2023, 11:00:52 PM (14 months ago)
Author:
idelkadi
Message:
  • Update of Ecrad in LMDZ The same organization of the Ecrad offline version is retained in order to facilitate the updating of Ecrad in LMDZ and the comparison between online and offline results. version 1.6.1 of Ecrad (https://github.com/lguez/ecrad.git)
  • Implementation of the double call of Ecrad in LMDZ


File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r4489 r4773  
    777777echo "%EXT_SRC       $EXT_SRC"       >> $config_fcm
    778778
    779 
     779if [[ "$rad" == "ecrad" ]]
     780then
     781\cp bld.cfg.ecrad bld.cfg
     782else
     783\cp bld.cfg.rrtm bld.cfg
     784fi
    780785
    781786ln -s arch/arch-${arch}.fcm arch.fcm
     
    798803ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config/ppsrc tmp_src
    799804
    800 
    801805if [[ -r $LIBFGCM/grid/dimensions.h ]]
    802806then
Note: See TracChangeset for help on using the changeset viewer.