Changeset 4718 for BOL


Ignore:
Timestamp:
Oct 5, 2023, 6:11:33 PM (8 months ago)
Author:
asima
Message:

Copy SPLA_Init (initial and forcing files) folder only if it doesn't already exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/setup.sh

    r4615 r4718  
    883883   if [ $aerosols = spla ] ; then
    884884     #mkdir -p $local/INPUT_SPLA ; pour l'instant on copie $LMDZ_Init/SPLA_Init en block
    885      cp -pr $LMDZ_Init/SPLA_Init $local/INPUT_SPLA
     885     if [ ! -d $local/INPUT_SPLA ] ; then cp -pr $LMDZ_Init/SPLA_Init $local/INPUT_SPLA ; fi
    886886   fi
    887887   cd $WRK
Note: See TracChangeset for help on using the changeset viewer.