Changeset 4186


Ignore:
Timestamp:
Jun 24, 2022, 5:31:38 PM (23 months ago)
Author:
idelkadi
Message:

Modification of the name of the library according to the radiative transfer code used (ecrad/rrtm)

Location:
LMDZ6/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz

    r4085 r4186  
    645645########################################################################
    646646
    647 nomlib=`echo ${arch}_${physique}_${dim_full}_${grille}_${compil_mod}_parall${parallel}_${CPP_KEY}_${FLAG_PARA} | sed -e 's/ //g' -e 's/-//g ' | sed -e 's/CPP_//g'`
     647nomlib=`echo ${arch}_${physique}_${rad}_${dim_full}_${grille}_${compil_mod}_parall${parallel}_${CPP_KEY}_${FLAG_PARA} | sed -e 's/ //g' -e 's/-//g ' | sed -e 's/CPP_//g'`
    648648echo "Path to library: "$nomlib
    649649
  • LMDZ6/trunk/makelmdz_fcm

    r4103 r4186  
    649649
    650650SUFF_NAME=_${dim_full}
    651 SUFF_NAME=${SUFF_NAME}_phy${physique}
     651SUFF_NAME=${SUFF_NAME}_phy${physique}_${rad}
    652652
    653653if [[ "$parallel" != "none" ]]
Note: See TracChangeset for help on using the changeset viewer.