Changeset 5202 for LMDZ6/branches/cirrus/makelmdz_fcm
- Timestamp:
- Sep 20, 2024, 12:32:04 PM (7 weeks ago)
- Location:
- LMDZ6/branches/cirrus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/cirrus
- Property svn:mergeinfo changed
-
LMDZ6/branches/cirrus/makelmdz_fcm
r4918 r5202 474 474 then 475 475 CPP_KEY="$CPP_KEY CPP_INLANDSIS" 476 INLANDSIS_PATH="$LIBFGCM/%PHYS/inlandsis" 477 fi 478 476 INLANDSIS_PATH="$LIBFGCM/phy${physique}/inlandsis" 477 fi 479 478 480 479 if [[ "$rad" == "rrtm" ]] 481 480 then 482 481 CPP_KEY="$CPP_KEY CPP_RRTM" 483 RAD_PATH="$LIBFGCM/ %PHYS/rrtm"482 RAD_PATH="$LIBFGCM/phy${physique}/rrtm" 484 483 fi 485 484 if [[ "$rad" == "ecrad" ]] 486 485 then 487 486 CPP_KEY="$CPP_KEY CPP_ECRAD" 488 RAD_PATH="$LIBFGCM/ %PHYS/ecrad"487 RAD_PATH="$LIBFGCM/phy${physique}/ecrad" 489 488 fi 490 489 … … 492 491 then 493 492 CPP_KEY="$CPP_KEY CPP_Dust" 494 DUST_PATH="$LIBFGCM/ %PHYS/Dust"493 DUST_PATH="$LIBFGCM/phy${physique}/Dust" 495 494 fi 496 495 … … 498 497 then 499 498 CPP_KEY="$CPP_KEY CPP_StratAer" 500 STRATAER_PATH="$LIBFGCM/ %PHYS/StratAer"499 STRATAER_PATH="$LIBFGCM/phy${physique}/StratAer" 501 500 fi 502 501 … … 577 576 if [[ $force_compile == true ]] 578 577 then 579 578 \rm -f $LIBFGCM/grid/dimensions.h 580 579 else 581 echo "WARNING: you are probably already compiling the model somewhere else." 582 echo "Wait until the first compilation is finished before launching this one." 583 echo "If you are sure that you are not compiling elsewhere, " 584 echo "run makelmdz_fcm with option -force_compile" 585 exit 1 580 echo "WARNING: you are probably already compiling the model somewhere else." 581 echo "Wait until the first compilation is finished before launching this one." 582 echo "If you are sure that you are not compiling elsewhere, " 583 echo "If you are sure that you are not compiling elsewhere, then" 584 echo rm -f $LIBFGCM/grid/dimensions.h 585 echo "before reruning the compilation" 586 echo "or run makelmdz_fcm with option -force_compile" 587 exit 1 586 588 fi 587 589 fi 590 588 591 589 592
Note: See TracChangeset
for help on using the changeset viewer.