Changeset 2058 for trunk/MESOSCALE
- Timestamp:
- Jan 9, 2019, 1:01:19 PM (6 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_generic_lmd_new/update_inputs_physiq_mod.F
r2011 r2058 316 316 M_ALBEDO,CST_AL,& 317 317 M_TSURF,M_EMISS,M_CO2ICE,& 318 M_GW,M_Z0,CST_Z0 &318 M_GW,M_Z0,CST_Z0,& 319 319 M_H2OICE,& 320 320 phisfi_val) -
trunk/MESOSCALE/LMD_MM_MARS/makemeso
r2037 r2058 19 19 ############################### 20 20 21 21 ###path to compiled version of ioipsl on your system for generic physics 22 pathioipsl='/home/leconte/script/ioipsl/modipsl/lib' 22 23 23 24 ############################################################################################## … … 417 418 echo 15 | configure > log_compile 2> log_error 418 419 sed -f physics.sed configure.wrf > yeah ; mv -f yeah configure.wrf 419 sed s+"-L../$phys/libo -llmd"+"- L../$phys/libo -llmd $NETCDF/lib/libnetcdf.a"+g 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 ;; 420 421 # PGF90, 32 bits, no nesting 421 422 pgf_32_single) echo 1 | configure > log_compile 2> log_error … … 752 753 elif [[ "${phys}" == *"generic"* ]] 753 754 then 754 nohup ./makelmdz -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 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 #Proxb 755 757 fi 756 758 fi … … 769 771 cp -f LINUX*/*.a temp 770 772 else #VENUS and GENERIC 771 cp -f linux*/*.a temp/ # on /u/ and /planeto/ 773 # cp -f linux*/*.a temp/ # on /u/ and /planeto/ 774 cp -f */*.a temp/ # on /u/ and /planeto/ 772 775 #cp -f /home/mlefevre/modipsl/lib/libioipsl.a temp/ #on CICLAD 773 776 #cp -f X64*/*.a temp #on MESU and OCCIGEN 774 cp -f ../ioipsl/libioipsl.a temp/777 cp -f $pathioipsl/libioipsl.a temp/ 775 778 fi 776 779 cd temp … … 808 811 mv *.mod ../inc/ 809 812 else 810 mv ./libo/linux*/*.mod ../inc/ # on /u/ and /planeto/ 813 # mv ./libo/linux*/*.mod ../inc/ # on /u/ and /planeto/ 814 mv ./libo/*/*.mod ../inc/ # on /u/ and /planeto/ 811 815 #mv ./libo/CICLAD*/*.mod ../inc/ # on CICLAD 812 816 #mv ./libo/X64*/*.mod ../inc/ # on MESU and OCCIGEN 813 cp -f ./ioipsl/*.mod ../inc/817 cp -f $pathioipsl/*.mod ../inc/ 814 818 fi 815 819 fi
Note: See TracChangeset
for help on using the changeset viewer.