Changeset 5271 for LMDZ6/trunk/makelmdz
- Timestamp:
- Oct 24, 2024, 4:25:39 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz
r5269 r5271 587 587 588 588 cd $LIBFGCM/grid 589 if [[ -f dimensions .h]]589 if [[ -f dimensions_mod.f90 ]] 590 590 then 591 591 if [[ $force_compile == true ]] 592 592 then 593 \rm -f $LIBFGCM/grid/dimensions .h593 \rm -f $LIBFGCM/grid/dimensions_mod.f90 594 594 else 595 595 echo "WARNING: you are probably already compiling the model somewhere else." … … 597 597 echo "If you are sure that you are not compiling elsewhere, " 598 598 echo "If you are sure that you are not compiling elsewhere, then" 599 echo rm -f $LIBFGCM/grid/dimensions .h599 echo rm -f $LIBFGCM/grid/dimensions_mod.f90 600 600 echo "before reruning the compilation" 601 601 echo "or run makelmdz with option -force_compile" … … 607 607 cd $LIBFGCM/grid/dimension 608 608 ./makdim $dim 609 cat $LIBFGCM/grid/dimensions .h609 cat $LIBFGCM/grid/dimensions_mod.f90 610 610 cd $LMDGCM 611 611 … … 842 842 set +v 843 843 844 if [[ -r $LIBFGCM/grid/dimensions .h]]844 if [[ -r $LIBFGCM/grid/dimensions_mod.f90 ]] 845 845 then 846 846 # Cleanup: remove dimension.h file 847 \rm -f $LIBFGCM/grid/dimensions .h848 fi 847 \rm -f $LIBFGCM/grid/dimensions_mod.f90 848 fi
Note: See TracChangeset
for help on using the changeset viewer.