Changeset 2094 for trunk/MESOSCALE
- Timestamp:
- Feb 8, 2019, 12:02:35 PM (6 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS
- Files:
-
- 18 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/configure.defaults.gfortran64
r1853 r2094 11105 11105 M4 = m4 -B 14000 11106 11106 RANLIB = ranlib 11107 NETCDFPATH = CONFIGURE_NETCDF_PATH 11107 NETCDFPATH = CONFIGURE_NETCDF_PATH -lnetcdf -lnetcdff 11108 11108 CC_TOOLS = cc 11109 11109 -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_generic_lmd_new/callphysiq_mod.F
r2068 r2094 27 27 ! Local variables 28 28 ! CHARACTER(len=11) :: modname="call_physiq" 29 !$OMP THREADPRIVATE(firstcall)30 29 31 30 ! Sanity check on physics package type -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/physics.sed
r1588 r2094 1 1 s+ *../frame/module_internal_header_util.o ../frame/pack_utils.o -L../external/esmf_time_f90 -lesmf_time+& -L../YORGLYORGL/libo -llmd+g 2 s+ *../frame/pack_utils.o+& -L../YORGLYORGL/libo -llmd+g 2 3 -
trunk/MESOSCALE/LMD_MM_MARS/makemeso
r2058 r2094 411 411 \rm conf > /dev/null ;; 412 412 413 lesgnu_64_single) echo Special option... 414 \rm conf > /dev/null 2> /dev/null ; touch conf ; echo 11 >> conf ; echo 0 >> conf 415 configure < conf > log_compile 2> log_error 416 sed -f physics.sed configure.wrf > yeah ; mv -f yeah configure.wrf 417 sed s+"-lnetcdff"+'-lnetcdff -I$(WRF_SRC_ROOT_DIR)/inc'+g configure.wrf > yeah ; mv -f yeah configure.wrf ;; 413 418 ####### 414 419 #######LES-specific (WRFV3-based) -- previously in 'makeles' … … 418 423 echo 15 | configure > log_compile 2> log_error 419 424 sed -f physics.sed configure.wrf > yeah ; mv -f yeah configure.wrf 420 sed s+"-L../$phys/libo -llmd"+"-lnetcdf -lnetcdff -L../$phys/libo -llmd $NETCDF/lib/libnetcdf.a -lnetcdf"+g configure.wrf > yeah ; mv -f yeah configure.wrf ;;425 sed s+"-L../$phys/libo -llmd"+"-lnetcdf -lnetcdff -L../$phys/libo -llmd $NETCDF/lib/libnetcdf.a"+g configure.wrf > yeah ; mv -f yeah configure.wrf ;; 421 426 # PGF90, 32 bits, no nesting 422 427 pgf_32_single) echo 1 | configure > log_compile 2> log_error … … 720 725 echo compilation info in: 721 726 echo $PWD/libo/log_compile_phys 727 echo $PWD/libo/log_compile_phys2 722 728 723 729 if [ ${debug} -ne 0 ] … … 754 760 then 755 761 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 756 nohup ./makelmdz -t 1 -p std -b 38x36 -s 1 -d 25 rcm1d -arch mascaret_gfortran_para -cpp MESOSCALE | tee libo/log_compile_phys | grep 'warnings' >> libo/log_compile_phys#Proxb762 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 757 763 fi 758 764 fi … … 904 910 'les') #echo '>>> YOUR CONFIG IS : '${config} 905 911 mkdir 'test/em_les' 2> /dev/null 906 ./compile em_les > log_compile 2> log_error912 ./compile em_les ###> log_compile 2> log_error 907 913 # save executables 908 914 cd main
Note: See TracChangeset
for help on using the changeset viewer.