Changeset 4120


Ignore:
Timestamp:
Oct 23, 2018, 6:19:09 PM (6 years ago)
Author:
jgipsl
Message:

Added argument -rrtm true/false to compile LMDZ with rrtm radiation scheme. Default value rrtm=false makes the same as if the option is not set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz

    r4028 r4120  
    2323CPP_KEY="CPP_NONE"
    2424ICOSA_LIB=""
     25rrtm="false"
    2526
    2627while (($# > 0))
     
    4445      "-p_opt")
    4546          phys_opt=$2 ; shift ; shift ;;
    46          
     47
     48      "-rrtm")
     49          rrtm=$2 ; shift ; shift ;;
     50         
    4751      "-prod")
    4852          compil_mode="prod" ; shift ;;
     
    217221        lmdz_veget="orchidee2.0 -cpp ORCHIDEE_NOZ0H"
    218222    fi
    219     ./makelmdz_fcm -p $phys $phys_opt -$compil_mode -mem -parallel $parallel -libphy -io xios -v $lmdz_veget -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1
     223    ./makelmdz_fcm -p $phys $phys_opt -rrtm $rrtm -$compil_mode -mem -parallel $parallel -libphy -io xios -v $lmdz_veget -arch $arch -arch_path $arch_path -j $job $full_flag || exit 1
    220224    cd -
    221225
Note: See TracChangeset for help on using the changeset viewer.