Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 210)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#93 fixed problem when running in OpenMP mode jbrioude bszintai
Description

Hello,

I am running Flexpart-WRF 3.1 for nested input and output domains with 10 million particles. I get significantly different tracer clouds when I run in serial (1 cpu) or in OpenMP mode (4 or 6 OpenMP threads). For the OpenMP run it seems as if the tracer cloud would have much less particles (resembles a run with 2-3 million particles) then in the serial run (see attached plots). There is no difference between the 4 and 6 thread OpenMP runs and I get the same problem with gnu and intel compilers.

When I do not use input and output nesting, then there seems to be no such problem (i.e. serial and OpenMP runs are rather similar).

Thanks a lot for your help in advance.

Balazs

#96 fixed FLEXWRF3.1 output in lat/lon grid jbrioude bzhang
Description

Hi FPers,

I would like to thank all the develops of FLEXWRFv3.1 for your hard work. I run it perfectly with OUTGRID_COORD set to 0, which means the output will adopt the grids in wrf fields. However, when I try to set OUTGRID_COORD to 1 and expect to get a lat/lon grid output, I was confused about settings in the OUTGRID part and couldn't run the package. Actually, the descriptions of several parameters in this section are confusing to me. I hope someone can share with me a working input file with OUTGRID_COORD set to 1
, and explain a little bit more about how to set the following parameters right.

OUTLONLEFT OUTLATLOWER (these two were actually need to be set as meter coordinate when OUTGRID_COORD was set to 0 and wrf files in meter coordinate. The description says geographical lon/lat) NUMXGRD NUMYGRID (As I found out for my case, when OUTGRID_COORD was set to 0, these two were grids set within the wrf domain.) OUTGRIDDEF DXOUTLON DYOUTLON (I think this is a typo, should be DYOUTLAT.)

I tried my old settings in 8.22, OUTLONLEFT as -179, OUTLATLOWER as 0 , NUMXGRID as 360 and NUMYGRID as 90 for a full North Hemisphere run. The settings do not work here. The nc output feature is very nice, but the description for these settings may need to be specified more according to the griding method. I am now testing by guessing how these parameters are taken and digging into the fortran codes. Hope someone can help me out.

Many thanks, Bo Zhang Michigan Technological University

#97 fixed FLEXWRF3.1 compiling issue with netcdf4.3.2 jbrioude bzhang
Description

The package was compiled fine with netcdf3.6. I just updated my netcdf lib to 4.3.2 because of a requirement from a software ncview. The netcdf was installed with netcdf4 enable for supporting ncview. After the update, I changed the dir for netcdf and flag for netcdf in the makefile, then it wont compile with the following errors:

gfortran -c -I/home/bzhang3/research/libs/netcdf/include -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -fno-range-check write_ncheader.f90 write_ncheader.f90:126.60:

ncret = nf_create(path(1)(1:length(1))ncname, NF_NETCDF4,ncid)

1

Error: Symbol 'nf_netcdf4' at (1) has no IMPLICIT type write_ncheader.f90:359.10:

ncret = NF_DEF_VAR_deflate(ncid,nclonvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:372.10:

ncret = NF_DEF_VAR_deflate(ncid,nclonvid2, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:383.10:

ncret = NF_DEF_VAR_deflate(ncid,nclatvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:391.10:

ncret = NF_DEF_VAR_deflate(ncid,nclatvid2, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:401.10:

ncret = NF_DEF_VAR_deflate(ncid,nclvlvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:412.10:

ncret = NF_DEF_VAR_deflate(ncid,ncspcvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:420.10:

ncret = NF_DEF_VAR_deflate(ncid,ncagevid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:430.10:

ncret = NF_DEF_VAR_deflate(ncid,ncrecvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:438.10:

ncret = NF_DEF_VAR_deflate(ncid,ncrnvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:448.10:

ncret = NF_DEF_VAR_deflate(ncid,ncrtvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:459.10:

ncret = NF_DEF_VAR_deflate(ncid,ncrxvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:470.10:

ncret = NF_DEF_VAR_deflate(ncid,ncryvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:481.10:

ncret = NF_DEF_VAR_deflate(ncid,ncrzvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:491.10:

ncret = NF_DEF_VAR_deflate(ncid,ncspvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:500.10:

ncret = NF_DEF_VAR_deflate(ncid,ncrmvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:515.10:

ncret = NF_DEF_VAR_deflate(ncid,nctovid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type write_ncheader.f90:528.10:

ncret = NF_DEF_VAR_deflate(ncid,ncarvid, shuffle, 1, deflate_level)

1

Error: Function 'nf_def_var_deflate' at (1) has no IMPLICIT type make: * [write_ncheader.o] Error 1

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.
hosted by ZAMG