Changeset 1937 for trunk/MESOSCALE
- Timestamp:
- Jun 1, 2018, 3:59:45 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/makemeso
r1855 r1937 389 389 if [[ "${phys}" != *"void"* ]] 390 390 then 391 sed s+"-lnetcdff"+"TOZTOZ"+g configure.wrf > yeah ; mv -f yeah configure.wrf 392 # ... in case there is netcdff save it in TOZTOZ so that it is not impacted in the following sed 391 393 sed s+"-lnetcdf"+"-lnetcdf -L../$phys/libo -llmd $NETCDF/lib/libnetcdf.a"+g configure.wrf > yeah ; mv -f yeah configure.wrf 394 sed s+"TOZTOZ"+"-lnetcdff"+g configure.wrf > yeah ; mv -f yeah configure.wrf 392 395 else 393 396 sed s+"-lnetcdf"+"-lnetcdf $NETCDF/lib/libnetcdf.a"+g configure.wrf > yeah ; mv -f yeah configure.wrf
Note: See TracChangeset
for help on using the changeset viewer.