Changeset 5271 for LMDZ6/trunk/makelmdz_fcm
- Timestamp:
- Oct 24, 2024, 4:25:39 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz_fcm
r5259 r5271 569 569 570 570 cd $LIBFGCM/grid 571 if [[ -f dimensions .h]]571 if [[ -f dimensions_mod.f90 ]] 572 572 then 573 573 if [[ $force_compile == true ]] 574 574 then 575 \rm -f $LIBFGCM/grid/dimensions .h575 \rm -f $LIBFGCM/grid/dimensions_mod.f90 576 576 else 577 577 echo "WARNING: you are probably already compiling the model somewhere else." … … 579 579 echo "If you are sure that you are not compiling elsewhere, " 580 580 echo "If you are sure that you are not compiling elsewhere, then" 581 echo rm -f $LIBFGCM/grid/dimensions .h581 echo rm -f $LIBFGCM/grid/dimensions_mod.f90 582 582 echo "before reruning the compilation" 583 583 echo "or run makelmdz_fcm with option -force_compile" … … 590 590 cd $LIBFGCM/grid/dimension 591 591 ./makdim $dim 592 cat $LIBFGCM/grid/dimensions .h592 cat $LIBFGCM/grid/dimensions_mod.f90 593 593 cd $LMDGCM 594 594 … … 803 803 ln -s $LIBOGCM/${arch}${SUFF_NAME}/.config/ppsrc tmp_src 804 804 805 if [[ -r $LIBFGCM/grid/dimensions .h]]805 if [[ -r $LIBFGCM/grid/dimensions_mod.f90 ]] 806 806 then 807 807 # Cleanup: remove dimension.h file 808 \rm -f $LIBFGCM/grid/dimensions .h808 \rm -f $LIBFGCM/grid/dimensions_mod.f90 809 809 fi 810 810
Note: See TracChangeset
for help on using the changeset viewer.