Changeset 1389


Ignore:
Timestamp:
Mar 5, 2015, 11:15:17 AM (10 years ago)
Author:
aslmd
Message:

changed makemeso to compile NOPHYS case with the regular LES case. should allow subsequent removal of the LESnophys_ folder (after checking that everything was transferred)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r1272 r1389  
    129129  esac
    130130  # number of processors
    131   if [[ "${phys}" == "newphys_" ]]
     131  if [ "${phys}" == "newphys_" ] || [ "${phys}" == "nophys_" ]
    132132  then
    133133   numproc=999
     
    280280         if [[ "${config}" == "les" ]]
    281281         then
    282            ### NB: With physics: LES folder // Without physics : LESnophys_ folder
    283            ### ---- because differences in 'modif' folder ----
    284            sed s+"PWD/SRC/"+"PWD/SRC/LES$phys/"+g SRC/SCRIPTS/copy_model > copy_model_tmp
     282           #### NB: With physics: LES folder // Without physics : LESnophys_ folder
     283           #### ---- because differences in 'modif' folder ----
     284           #sed s+"PWD/SRC/"+"PWD/SRC/LES$phys/"+g SRC/SCRIPTS/copy_model > copy_model_tmp
     285           sed s+"PWD/SRC/"+"PWD/SRC/LES/"+g SRC/SCRIPTS/copy_model > copy_model_tmp
    285286         else
    286287           cp SRC/SCRIPTS/copy_model copy_model_tmp
     
    297298          if [[ "${config}" == "les" ]]
    298299          then
    299             if [[ "${phys}" == "nophys_" ]]
    300             then
    301               ## voir ci-dessus pour le folder
    302               cp ../../SRC/LES$phys/correcfft ./
    303             else
    304               cp ../../SRC/LES/correcfft ./
    305             fi 
     300            #if [[ "${phys}" == "nophys_" ]]
     301            #then
     302            #  ## voir ci-dessus pour le folder
     303            #  cp ../../SRC/LES$phys/correcfft ./
     304            #else
     305            #  cp ../../SRC/LES/correcfft ./
     306            #fi 
     307            cp ../../SRC/LES/correcfft ./
    306308            ./correcfft
    307309            \rm correcfft
Note: See TracChangeset for help on using the changeset viewer.