Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 210)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#174 fixed BUG in FLEXPART-WRF makefile.mom pesei ahilboll
Description

In the current (i.e., v3.3.1) makefile.mom, there's a small bug regarding the Intel compiler's name. Here's the patch:

diff --git a/makefile.mom b/makefile.mom
index 5a8a7b9..5b43c88 100644
--- a/makefile.mom
+++ b/makefile.mom
@@ -80,7 +80,7 @@ endif
 ifeq ($(COMPILER), intel)
 	FCSER      = ifort
 	FCOMP      = ifort -openmp
-	FCMPI      = mpifort -openmp
+	FCMPI      = mpiifort -openmp
 #        NETCDF = /apps/netcdf/4.1.3-intel
 
 	FFLAGS    = -I${NETCDF}/include $(INTEL_FFLAGS) $(FPP_FLAGS)
#35 fixed Backward mode for deposition saeck pesei
Description

(from minutes of FpDev Workshop 2012)

Backward mode for deposition quantities

This was considered as “nice to have”, but there are no plans to implement it as of now; this could be implemented as a pre-processing tool

#320 fixed Backward trajectory of PM ashalsabila
Description

I plan to do backward trajectory of particulate matter with different diameter (PM10, PM2,5, PM1, and PM0,1) with no information about it's chemical composition, is it possible?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.
hosted by ZAMG