Ignore:
Timestamp:
Apr 24, 2020, 4:13:09 PM (6 years ago)
Author:
mlefevre
Message:

MESOSCALE. Architecture for Titan LES model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r2268 r2295  
    7676#             venus_lmd_new
    7777#             generic_lmd_new             
     78#             titan_lmd_new
    7879#
    7980# makemeso -f                ## fresh start [clean -a]
     
    695696  then
    696697    cd libf/phystd
     698  elif [[ "${phys}" == *"titan"* ]]
     699  then
     700    cd libf/phytitan
    697701  fi
    698702  \rm dimphys.h 2> /dev/null
     
    749753      echo 'DEBUG DEBUG DEBUG DEBUG'
    750754      nohup ./makelmdz -debug -t ${tra} -p std -b 36x32 -s 1 -d 25 rcm1d -arch X64_MESU -cpp MESOSCALE | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys #Proxb
     755    elif [[ "${phys}" == *"titan"* ]]
     756    then
     757      echo 'DEBUG DEBUG DEBUG DEBUG'
     758      nohup makelmdz -debug -full -t ${tra} -p titan -b 23x23 -d 25 rcm1d -cpp MESOSCALE | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys
    751759    fi
    752760  else
     
    769777      nohup ./makelmdz -t 1 -p std -b 38x36 -full -s 1 -d 25 rcm1d -arch mascaret_gfortran_para -cpp MESOSCALE | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys #Proxb
    770778      nohup ./makelmdz -t 1 -p std -b 38x36 -s 1 -d 25 rcm1d -arch mascaret_gfortran_para -cpp MESOSCALE | tee libo/log_compile_phys2 | grep 'warnings' >> libo/log_compile_phys2 #Proxb
     779    elif [[ "${phys}" == *"titan"* ]]
     780    then
     781      nohup makelmdz -full -t ${tra} -p titan -b 23x23 -d 25 rcm1d -cpp MESOSCALE | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys
    771782    fi
    772783  fi
     
    806817   then
    807818   ar x libphystd.a
     819   ar x libmisc.a
     820   ar x libphy_common.a
     821   ar x libioipsl.a
     822  elif [[ "${phys}" == *"titan"* ]]
     823  then
     824   ar x libchimtitan.a
     825   ar x libphytitan.a
    808826   ar x libmisc.a
    809827   ar x libphy_common.a
Note: See TracChangeset for help on using the changeset viewer.