Changeset 2967 for trunk/LMDZ.COMMON/makelmdz_fcm
- Timestamp:
- May 23, 2023, 9:23:53 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/makelmdz_fcm
r2781 r2967 552 552 then 553 553 # Generic model, recreate bands.h (IR & VIS bands for radiative transfer) 554 bands=$(echo $bands | sed -e 's/[^0-9]/ /g')554 makbandsarg=$(echo $bands | sed -e 's/[^0-9]/ /g') 555 555 cd $LIBFGCM/phy$physique/bands 556 ./makbands $ bands556 ./makbands $makbandsarg 557 557 cat $LIBFGCM/phy$physique/bands.h 558 558 cd $LMDGCM … … 657 657 SUFF_NAME=_${dim_full} 658 658 SUFF_NAME=${SUFF_NAME}_phy${physique} 659 660 if [[ "$bands" != "" ]] 661 then 662 #if bands option -b VISxIR is used, add "_bVISxIR" to executable name 663 SUFF_NAME=${SUFF_NAME}_b$bands 664 fi 659 665 660 666 if [[ "$parallel" != "none" ]]
Note: See TracChangeset
for help on using the changeset viewer.