2016年10月新番-10-06_14:19:03 IpPlot printWrokingIpList() m

From hedde.cea
3 08:20:04 2011
From: hedde.cea
(Thierry HEDDE)
Date: Mon, 3 Jan :04 +0100
Subject: [Wrf-users] Resolution of global data
In-Reply-To:
References:
Message-ID:
I didn't see any response to your mail so here is one :
2.5? is not 250km !!!!
Along an earth circumference (a meridian for example) 1 minute of angle is 1
nautic mile (nm) which is 1852m. you may apply this rule to latitudes
(1?=60min=60nm=~111km). For longitudes unless
you live on equator you have
to multiply by cos(phi) where phi is the longitude.
Thierry HEDDE
Asnor Muizan Ishak
Dear Everyone,
> May I ask you all a question about the degree of resolution for global data
> for intance ECMWF. This global data is consider as a input for WRF or MM5 as
> well. According to ECMWF, the data could be downloaded from 2.5 degree up to
> 0.0 degree. The 2.5 degree is equal to 250km, am I right? But in my case I
> have used 1.0 degree data and therefore should I set my courses domain with
> 100km resolution as well due to the 1.0 degree resolution? Is this will make
> huge error after post processing? At the moment my course domain is 81km and
> 27km and finest domain are 3km and 1km (I have 2 cases here). Therefore,
> does anyone can help me about this conflict of information. I tried to find
> this information via the guide line or procedures but until now I cant find
> it. Please everyone to help me about this information.
> Many thanks in advance.
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
Thierry HEDDE
Laboratoire de Mod?lisation des Transferts dans l'Environnement
CEA/CADARACHE
DEN/DTN/SMTM/LMTE
B?t. 307 Pi?ce 9
13108 ST PAUL LEZ DURANCE CEDEX
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/266c7/attachment.html
From Don.Morton at alaska.edu
5 17:00:57 2011
From: Don.Morton at alaska.edu (Don Morton)
Date: Wed, 5 Jan :57 -0900
Subject: [Wrf-users] Alaska Weather Symposium, 15-16 March 2011,
Call for Abstracts
Message-ID:
The 2011 Alaska Weather Symposium (AWS '11)
15-16 March 2011
University of Alaska Fairbanks
Call for Abstracts
Symposium Web Page:
http://weather.arsc.edu/Events/AWS11/
Symposium flyer suitable for adorning to walls, windows, doors, etc.
http://weather.arsc.edu/Events/AWS11/AWS-2011-Flyer.pdf
The following sponsors (listed alphabetically)
- Alaska Region, NOAA National Weather Service
- Arctic Region Supercomputing Center (UAF)
- College of Natural Science and Mathematics (UAF)
- Geophysical Institute (UAF)
- International Arctic Research Center (UAF)
invite you to attend the 2011 Alaska Weather Symposium.
The symposium
provides a forum for the exchange of operational and research information
related to weather in the Alaska environment. Participation from academic,
research, government, military, and private sectors is encouraged.
Primary areas of focus are anticipated to be
- Air quality
- Data assimilation
- Models and evaluation for arctic systems
- Boundary layer processes
- Communication of predictability and uncertainty
However, as usual, all abstracts relating to weather in Alaska are welcome
--Schedule/Venue--
This will be a two-day symposium held at the University of Alaska Fairbanks
campus on Tuesday and Wednesday, 15-16 March 2011.
Snacks will be provided
and evening meals will be on-your-own, with an organized evening out (pay on
your own) at a local establishment.
--Abstract Submission--
The deadline for one-paragraph abstracts for a 20-minute presentation is
Tuesday, 25 January 2011.
See the symposium web page for abstract
submission procedures.
--Registration--
Registration is required by Tuesday, 08 March 2011.
See the symposium web
page for registration instructions.
There is no registration fee.
Symposium Web Page:
http://weather.arsc.edu/Events/AWS11/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/ea3d66/attachment.html
From Chris.Franks at noaa.gov
5 14:49:16 2011
From: Chris.Franks at noaa.gov (Chris Franks)
Date: Wed, 05 Jan :16 -0600
Subject: [Wrf-users] WPP Error
Message-ID:
Greetings All,
I am new to the list...but have seen this error message being discussed
before in other places.
I'm getting this kind of error:
+ mv WRFPRS001.tm00 WRFPRS_d01.001
mv: cannot stat `WRFPRS001.tm00': No such file or directory
+ ls -l WRFPRS_d01.001
ls: cannot access WRFPRS_d01.001: No such file or directory
+ test 2 -ne 0
+ echo 'WRF POST FAILED, EXITTING'
WRF POST FAILED, EXITTING
Does anyone have a working script that processes 15-min data?
If I have 15-min WRF netCDF output, do I have to use something like this
post process (found this online):
Thanks, Chris
___________________________________________________________________
*# Specify forecast start date
# fhr is the first forecast hour to be post-processed
# lastfhr is the last forecast hour to be post-processed
# incrementhr is the incement (in hours) between forecast files
export startdate=
export fhr=00
export lastfhr=48
export incrementhr=01
export incrementmin=15
export lastmin=45
# Path names for WRF_POSTPROC and WRFV3
export WRF_POSTPROC_HOME=${TOP_DIR}/WPPV3
export POSTEXEC=${WRF_POSTPROC_HOME}/exec
export SCRIPTS=${WRF_POSTPROC_HOME}/scripts
export WRFPATH=${TOP_DIR}/WRFV3
# cd to working directory
cd ${DOMAINPATH}/postprd
# Link Ferrier's microphysic's table and WRF-POSTPROC control file,
ln -fs ${WRFPATH}/run/ETAMPNEW_DATA eta_micro_lookup.dat
ln -fs ${DOMAINPATH}/parm/wrf_cntrl.parm .
export tmmark=tm00
export MP_SHARED_MEMORY=yes
export MP_LABELIO=yes
#######################################################
# 1. Run WRF-POSTPROC
# The WRF-POSTPROC is used to read native WRF model
# output and put out isobaric state fields and derived fields.
#######################################################
export NEWDATE=$startdate
YYi=`echo $NEWDATE | cut -c1-4`
MMi=`echo $NEWDATE | cut -c5-6`
DDi=`echo $NEWDATE | cut -c7-8`
HHi=`echo $NEWDATE | cut -c9-10`
while [ $fhr -le $lastfhr ] ; do
typeset -Z3 fhr
NEWDATE=`${POSTEXEC}/ndate.exe +${fhr} $startdate`
YY=`echo $NEWDATE | cut -c1-4`
MM=`echo $NEWDATE | cut -c5-6`
DD=`echo $NEWDATE | cut -c7-8`
HH=`echo $NEWDATE | cut -c9-10`
echo 'NEWDATE' $NEWDATE
echo 'YY' $YY
export min=00
while [ $min -le $lastmin ] ; do
#for domain in d01 d02 d03
for domain in d02
echo '*****-----*****-----*****----*****'
cat > itag <<EOF
../wrfout_${domain}_${YYi}-${MMi}-${DDi}_${HHi}:00:00
${YY}-${MM}-${DD}_${HH}:$min:00
#-----------------------------------------------------------------------
Run wrfpost.
#-----------------------------------------------------------------------
ln -sf wrf_cntrl.parm fort.14
ln -sf griddef.out fort.110
${POSTEXEC}/wrfpost.exe
wrfpost_${domain}.$fhr.out 2>&1
if [ $min = 00 ]; then
mv WRFPRS$fhr.tm00 WRFPRS_${domain}.${fhr}_${min}
mv WRFPRS$fhr:$min.tm00 WRFPRS_${domain}.${fhr}_${min}
From mkudsy
5 18:53:26 2011
From: mkudsy
Date: Thu, 6 Jan :26 +0700
Subject: [Wrf-users] Error in two-way nesting
Message-ID:
I get an error when trying to run wrf.exe using 2-way nesting. I run
real.exe successfully for 2-domains and get wrfbdy_d01, wrfinput_d01 and
wrfinput_d02 files. When I try to run thw model, the following messages
appear. Would someone give me some hints to correct the error?
Many thanks,
[kudsy at cumulus em_real]$ ./wrf.exe
Namelist dfi_control not found in namelist.input. Using registry defaults
for variables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for
variables in tc
Namelist scm not found in namelist.input. Using registry defaults for
variables in scm
Namelist fire not found in namelist.input. Using registry defaults for
variables in fire
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and
auxinput4_interval = 0 for all domains
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and
auxinput4_interval = 0 for all domains
--- NOTE: grid_fdda is 0 for domain
1, setting gfdda interval and
ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain
setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain
1, setting obs nudging
interval and ending time to 0 for that domain.
--- NOTE: grid_fdda is 0 for domain
2, setting gfdda interval and
ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain
setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain
2, setting obs nudging
interval and ending time to 0 for that domain.
--- NOTE: num_soil_layers has been set to
WRF V3.2.1 MODEL
*************************************
Parent domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain
bytes allocated
med_initialdata_input: calling input_input
INPUT LandUse = "USGS"
LANDUSE TYPE = "USGS" FOUND
CATEGORIES
WATER CATEGORY =
SNOW CATEGORY =
*************************************
Nesting domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
INTERMEDIATE domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
*************************************
d01 _00:00:00
alloc_space_field: domain
bytes allocated
d01 _00:00:00
alloc_space_field: domain
bytes allocated
d01 _00:00:00 *** Initializing nest domain # 2 from an input
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:
program wrf: error opening wrfinput_d02 for reading ierr=
Mahally Kudsy
Weather Modification Technology Center
Agency for the Assessment and Application of Technology
Jln MH Thamrin 8, Jakarta, Indonesia
Telp:62-21-3168830 Fax:62-21-3906225 mkudsy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/b5464f/attachment.html
From drostkier
6 00:42:21 2011
From: drostkier
(Dorita Rostkier-Edelstein)
Date: Wed, 5 Jan :21 -0800 (PST)
Subject: [Wrf-users] WRF-SCM drive with 3D-WRF
Message-ID:
I would like to know if any of you have initialized and driven the WRF-SCM with
WRF output?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/aba51/attachment.html
From agnes.mika
6 00:42:33 2011
From: agnes.mika
(Agnes Mika)
Date: Thu, 6 Jan :33 +0100
Subject: [Wrf-users] Error in two-way nesting
In-Reply-To:
References:
Message-ID:
Please post your namelist.input file as well. There is an error
reading your wrfinput_d02 files, it might have to do with a wrong
setting in your namelist.
M Kudsy wrote:
> I get an error when trying to run wrf.exe using 2-way nesting. I run
> real.exe successfully for 2-domains and get wrfbdy_d01, wrfinput_d01 and
> wrfinput_d02 files. When I try to run thw model, the following messages
> appear. Would someone give me some hints to correct the error?
> Many thanks,
> [kudsy at cumulus em_real]$ ./wrf.exe
Namelist dfi_control not found in namelist.input. Using registry defaults
> for variables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for
> variables in tc
Namelist scm not found in namelist.input. Using registry defaults for
> variables in scm
Namelist fire not found in namelist.input. Using registry defaults for
> variables in fire
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and
> auxinput4_interval = 0 for all domains
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and
> auxinput4_interval = 0 for all domains
--- NOTE: grid_fdda is 0 for domain
1, setting gfdda interval and
> ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain
> setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain
1, setting obs nudging
> interval and ending time to 0 for that domain.
--- NOTE: grid_fdda is 0 for domain
2, setting gfdda interval and
> ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain
> setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain
2, setting obs nudging
> interval and ending time to 0 for that domain.
--- NOTE: num_soil_layers has been set to
WRF V3.2.1 MODEL
*************************************
Parent domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain
bytes allocated
med_initialdata_input: calling input_input
INPUT LandUse = "USGS"
LANDUSE TYPE = "USGS" FOUND
CATEGORIES
> WATER CATEGORY =
SNOW CATEGORY =
*************************************
Nesting domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
INTERMEDIATE domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
*************************************
d01 _00:00:00
alloc_space_field: domain
bytes allocated
d01 _00:00:00
alloc_space_field: domain
bytes allocated
d01 _00:00:00 *** Initializing nest domain # 2 from an input
> file. ***
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:
program wrf: error opening wrfinput_d02 for reading ierr=
> Mahally Kudsy
> Weather Modification Technology Center
> Agency for the Assessment and Application of Technology
> Jln MH Thamrin 8, Jakarta, Indonesia
> Telp:62-21-3168830 Fax:62-21-3906225 mkudsy
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
Dr. ?gnes Mika
Advisor, Meteorology and Air Quality
+31 (0)527-242299
+31 (0)527-242016
BMT ARGOSS
P.O. Box 61, 8325 ZH Vollenhove
Voorsterweg 28, 8316 PT Marknesse
The Netherlands
Confidentiality Notice & Disclaimer
The contents of this e-mail and any attachments are intended for the
use of the mail addressee(s) shown. If you are not that person, you
are not allowed to take any action based upon it or to copy it,
forward, distribute or disclose its contents and you should delete it
from your system. BMT ARGOSS does not accept liability for any errors
or omissions in the context of this e-mail or its attachments which
arise as a result of internet transmission, nor accept liability for
statements which are those of the author and clearly not made on
behalf of BMT ARGOSS.
From mkudsy
6 01:15:19 2011
From: mkudsy
Date: Thu, 6 Jan :19 +0700
Subject: [Wrf-users] Error in two-way nesting
In-Reply-To:
References:
Message-ID:
Thanks for the answers.
I just realized that I made different settings of I and J_PARENT_START in
WPS and wrf namelists for the second domains.
On Thu, Jan 6, 2011 at 2:42 PM, Agnes Mika
> Please post your namelist.input file as well. There is an error
> reading your wrfinput_d02 files, it might have to do with a wrong
> setting in your namelist.
> M Kudsy wrote:
> > I get an error when trying to run wrf.exe using 2-way nesting. I run
> > real.exe successfully for 2-domains and get wrfbdy_d01, wrfinput_d01 and
> > wrfinput_d02 files. When I try to run thw model, the following messages
> > appear. Would someone give me some hints to correct the error?
> > Many thanks,
> > Mahally
> > [kudsy at cumulus em_real]$ ./wrf.exe
Namelist dfi_control not found in namelist.input. Using registry
> defaults
> > for variables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for
> > variables in tc
Namelist scm not found in namelist.input. Using registry defaults for
> > variables in scm
Namelist fire not found in namelist.input. Using registry defaults for
> > variables in fire
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and
> > auxinput4_interval = 0 for all domains
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and
> > auxinput4_interval = 0 for all domains
--- NOTE: grid_fdda is 0 for domain
1, setting gfdda interval and
> > ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain
> > setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain
1, setting obs nudging
> > interval and ending time to 0 for that domain.
--- NOTE: grid_fdda is 0 for domain
2, setting gfdda interval and
> > ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain
> > setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain
2, setting obs nudging
> > interval and ending time to 0 for that domain.
--- NOTE: num_soil_layers has been set to
WRF V3.2.1 MODEL
*************************************
Parent domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain
> allocated
med_initialdata_input: calling input_input
INPUT LandUse = "USGS"
LANDUSE TYPE = "USGS" FOUND
CATEGORIES
> > WATER CATEGORY =
SNOW CATEGORY =
*************************************
Nesting domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
INTERMEDIATE domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
*************************************
d01 _00:00:00
alloc_space_field: domain
bytes allocated
d01 _00:00:00
alloc_space_field: domain
> > 7433496
bytes allocated
d01 _00:00:00 *** Initializing nest domain # 2 from an input
> > file. ***
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:
program wrf: error opening wrfinput_d02 for reading ierr=
> > Mahally Kudsy
> > Weather Modification Technology Center
> > Agency for the Assessment and Application of Technology
> > Jln MH Thamrin 8, Jakarta, Indonesia
> > Telp:62-21-3168830 Fax:62-21-3906225 mkudsy
> > _______________________________________________
> > Wrf-users mailing list
> > Wrf-users at ucar.edu
> > http://mailman.ucar.edu/mailman/listinfo/wrf-users
> Dr. ?gnes Mika
> Advisor, Meteorology and Air Quality
+31 (0)527-242299
+31 (0)527-242016
> BMT ARGOSS
> P.O. Box 61, 8325 ZH Vollenhove
> Voorsterweg 28, 8316 PT Marknesse
> The Netherlands
> Confidentiality Notice & Disclaimer
> The contents of this e-mail and any attachments are intended for the
> use of the mail addressee(s) shown. If you are not that person, you
> are not allowed to take any action based upon it or to copy it,
> forward, distribute or disclose its contents and you should delete it
> from your system. BMT ARGOSS does not accept liability for any errors
> or omissions in the context of this e-mail or its attachments which
> arise as a result of internet transmission, nor accept liability for
> statements which are those of the author and clearly not made on
> behalf of BMT ARGOSS.
Dr.Mahally Kudsy
Weather Modification Technology Center
Agency for the Assessment and Application of Technology
Jln MH Thamrin 8, Jakarta, Indonesia
Telp:62-21-3168830 Fax:62-21-3906225 mkudsy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/8f660/attachment.html
From Matthew.Foster at noaa.gov
7 06:00:01 2011
From: Matthew.Foster at noaa.gov (Matt Foster)
Date: Fri, 07 Jan :01 -0600
Subject: [Wrf-users] Radiative transfer performance in DM+SM run
Message-ID:
During some recent testing of a newly-configured domain (474x474, 3km) I
noticed a rather significant difference in the performance of the
radiative transfer (RRTM/Dudhia) when running a DM+SM build.
radiative transfer timesteps are sometimes as much as 60% longer in
DM+SM vs DM.
I've found this to be true with either OpenMPI or
MVAPICH2, although it seems to be more pronounced with MVAPICH2.
Does anyone know why I'm seeing this behavior?
Do not go whe go instead where there is no path and leave a trail.
-- Ralph Waldo Emerson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: matthew_foster.vcf
Type: text/x-vcard
Size: 229 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments/791bf/attachment.vcf
From jagan at tnau.ac.in
Mon Jan 10 07:07:35 2011
From: jagan at tnau.ac.in (jagan TNAU)
Date: Mon, 10 Jan :35 +0530
Subject: [Wrf-users] ARWpost processing problems
Message-ID:
Dear Users,
hyperslabbed a wrf-arw output for the variables RAINC and RAINNC
using NCO and trying to post process with ARWpost. However, I received the
following error while running ARWpost.exe.
-----------------------------------------
FOUND the following input files:
START PROCESSING DATA
ERROR: Error in ext_pkg_open_for_read
---------------------------------------------
I have compiled the ARWpost by modifying gridinfo_module.F90 to read the
'basic' variables
RAINC and RAINNC. When the original file with all the
variables was post processed it was successful. I request users help to
overcome this issue.
With regards
Dr.R.Jagannathan
Professor of Agronomy,
Department of Agronomy
Tamil Nadu Agricultural University,
Coimbatore - 641 003 India
DO NOT PRINT THIS E-MAIL UNLESS NECESSARY. THE ENVIRONMENT CONCERNS US ALL.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/ea6926b/attachment.html
From jcadam at wsu.edu
Mon Jan 10 09:17:51 2011
From: jcadam at wsu.edu (Adam, Jennifer C)
Date: Mon, 10 Jan :51 -0800
Subject: [Wrf-users] Earth Systems Modeling Postdoctoral Opportunity at
Washington State University
Message-ID:
Position Announcement
Post-doctoral Research Position
Center for Environmental Research, Education, and Outreach
Washington State University
Pullman, WA
The Center for Environmental Research, Education and Outreach (CEREO) at
Washington State University (WSU) invites applications for a
post-doctoral research appointment to participate in a large
multi-institutional interdisciplinary effort to develop a
biosphere-relevant earth systems model (Bio-EaSM). This Bio-EaSM will be
developed to enable investigation of land-atmosphere interactions among
carbon, nitrogen, and water under decadal-scale climate variability.
Components of the model include the Weather Research and Forecast (WRF)
model, the Community Multi-scale Air Quality (CMAQ) system, and the
Variable Infiltration Capacity (VIC) land surface model. The successful
candidate should have experience with the application and development of
modeling applications based upon one or more of these modeling systems
in a Linux environment. The selected candidate will also have
demonstrated strong written and oral communication skills. An earned
Ph.D. in a relevant science or engineering field is required before the
date of hire.
CEREO is a faculty-led initiative of which the premise is to make WSU's
outstanding environmental programs more than just the sum of the parts
through building synergism and creative collaboration among faculty
involved in environmentally-oriented activities
(http://www.cereo.wsu.edu/index.html). The candidate will also work
directly with researchers at the Laboratory for Atmospheric Research
(LAR) and in the Water Resource group in Civil and Environmental
Engineering. LAR is an air quality research group with a strong
reputation for instrument development and field observations of
atmospheric chemistry and in numerical modeling of regional atmospheric
chemistry and air quality (http://www.lar.wsu.edu
). This effort is also closely linked to an NSF
IGERT on nitrogen cycling (http://igert.nspire.wsu.edu/).
Screening of applications will begin on February 1, 2011 and will
continue until the position is filled. Candidates should submit (via
e-mail) a letter of application which addresses all of the above
requirements and describes your research interests, curriculum vitae,
and names and addresses of five references to the following individuals:
Drs. Brian Lamb and Jennifer Adam
blamb at wsu.edu and jcadam at wsu.edu
ATTN: Post-doctoral Search
Department of Civil and Environmental Engineering
Washington State University
PO Box 642910
Pullman, WA
WSU is an EEO employer. Protected group members are encouraged to apply.
Jennifer C. Adam, Assistant Professor
Civil and Environmental Engineering, Washington State University
Pullman, WA
Phone: 509-335-7751
Fax: 509-335-7632
jcadam at wsu.edu
http://www.ce.wsu.edu/Faculty_Staff/Profiles/adam.htm
http://hydro.cee.wsu.edu/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/d87b2d5/attachment.html
From kganbour
9 04:06:28 2011
From: kganbour
(Khaled Ganbour)
Date: Sun, 9 Jan :28 -0800 (PST)
Subject: [Wrf-users]
failure to get *.exe files
Message-ID:
?Dear? All:
I have tried to complie WRF on 32 bit machine with Linux open suse with GNU compiler
Linux linux-vfrh 2.6.31.5-0.1-default #1 SMP
15:49:03 + i686 i386 GNU/Linux and with PGI Workstation 10.0 and with netcdf 4.1.1.
But I haven't get .exe files after the compilation until now .and? I tried with WRFV3.2.1?? and netcdf4.1.1 and way
And I am going to attend next workshop in colorado on 31 Junary and I would like to go there and I have run WRF Model.
I would like to know the meaning of next message after ./compile command
khaled1 at linux-vfrh:~/WRFV3.2> ./compile
?? compile [-d] [-j n] wrf?? compile wrf in run dir (NOTE: no real.exe, ndown.exe, or ideal.exe
generated)
I compiled wit em_real&nmm_real with log files in attached files and aslo I attached the result of the compilation which displayed on the screen and the list files of main directory after compilation.
I hope to help me
Best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments//fe195d43/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile_em_real.log
Type: text/x-log
Size: 385559 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments//fe195d43/attachment-0002.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile_nmm_real.log
Type: text/x-log
Size: 368946 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments//fe195d43/attachment-0003.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: em_real_screen
Type: application/octet-stream
Size: 97879 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments//fe195d43/attachment-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nmm_real_screen
Type: application/octet-stream
Size: 57562 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments//fe195d43/attachment-0003.obj
From moudipascal at yahoo.fr
7 11:06:51 2011
From: moudipascal at yahoo.fr (moudi pascal)
Date: Fri, 7 Jan :51 +0000 (GMT)
Subject: [Wrf-users] Gen_be
Message-ID:
Hi to all and Happy New Year.
I would like to generate be.dat file for my own region. I get the forecasts for
the month of June initialized at OOOOUTC. I generate the forecasts every 3
May someone help me to generate the be.dat file please?
I am having the following error when i tried to test my data for 1 day with the
interval of 12
Run Stage 0: Calculate ensemble perturbations from model forecasts.
---------------------------------------------------------------
Beginning CPU time: Fri Jan
7 19:06:06 WAT
gen_be_stage0_wrf: Calculating standard perturbation fields valid at time
mv: cannot stat `pert.*': No such file or
/home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__00:00:00
/home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__00:00:00
gen_be_stage0_wrf: Calculating standard perturbation fields valid at time
mv: cannot stat `pert.*': No such file or
/home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__12:00:00
/home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__12:00:00
gen_be_stage0_wrf: Calculating standard perturbation fields valid at time
mv: cannot stat `pert.*': No such file or directory
/home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__00:00:00
/home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__00:00:00
Ending CPU time: Fri Jan
7 19:06:07 WAT 2011
---------------------------------------------------------------
Run Stage 1: Read standard fields, and remove time/ensemble/area mean.
---------------------------------------------------------------
Beginning CPU time: Fri Jan
7 19:06:07 WAT 2011
Stage 1 failed with error 24
Pascal MOUDI IGRI
Ph-D Student at the
Laboratory of Environmental Modeling and Atmospheric Physics (LEMAP)
Faculty of Science
University of Yaounde I, Cameroon
National Advanced Training School for Technical Education,
Electricity Engineering, Douala
Tel:+237 75 32 58 52
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/467a7/attachment.html
From wxprofessor
8 20:31:40 2011
From: wxprofessor
Date: Sat, 08 Jan :40 -0500
Subject: [Wrf-users] wrf3.2
Message-ID:
real.exe failure on debian lenny system
Linux 2.6.26-2-686 #1 SMP Thu Sep 16 19:35:51 UTC
any advice would be appreciated
it appears that " ./real.exe: free(): invalid next size (fast):
0x109b8980 ***" is the issue.
output below:
2850-01:WRFV3/run# ./real.exe
Namelist dfi_control not found in namelist.input. Using registry
defaults for variables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for
variables in tc
Namelist scm not found in namelist.input. Using registry defaults for
variables in scm
Namelist fire not found in namelist.input. Using registry defaults for
variables in fire
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and
auxinput4_interval = 0 for all domains
--- NOTE: grid_fdda is 0 for domain
1, setting gfdda interval and
ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain
1, setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain
1, setting obs nudging
interval and ending time to 0 for that domain.
--- NOTE: num_soil_layers has been set to
REAL_EM V3.2.1 PREPROCESSOR
*************************************
Parent domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain
bytes allocated
Time period #
1 to process = _22:00:00.
Time period #
2 to process = _22:06:00.
Time period #
3 to process = _22:12:00.
Time period #
4 to process = _22:18:00.
Time period #
5 to process = _22:24:00.
Time period #
6 to process = _22:30:00.
Time period #
7 to process = _22:36:00.
Time period #
8 to process = _22:42:00.
Time period #
9 to process = _22:48:00.
Time period #
10 to process = _22:54:00.
Time period #
11 to process = _23:00:00.
Total analysis times to input =
-----------------------------------------------------------------------------
1: Current date being processed: _22:00:00.0000,
which is loop #
configflags%julyr, %julday, %gmt:
metgrid input_wrf.F first_date_input = _22:00:00
metgrid input_wrf.F first_date_nml = _22:00:00
d01 _22:00:00 Timing for input
d01 _22:00:00
flag_soil_levels read from met_em
Max map factor in domain 1 =
0.98. Scale the dt in the model accordingly.
Converged znw(kte) should be about 0.0 =
d01 _22:00:00 Old data, no inland lake information
Assume RUC LSM 6-level input
*** glibc detected *** ./real.exe: free(): invalid next size (fast):
0x109b8980 ***
======= Backtrace: =========
/lib/i686/cmov/libc.so.6[0xb75c6764]
/lib/i686/cmov/libc.so.6(cfree+0x96)[0xb75c8966]
./real.exe[0x84c8c9c]
./real.exe[0x84d5314]
./real.exe[0x8086978]
./real.exe[0x808f86f]
./real.exe[0x8053e9a]
./real.exe[0x80550ac]
./real.exe[0x8dbc159]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb756e455]
./real.exe[0x804aa11]
======= Memory map: ========
eaa000 r-xp :01 4169734
/home/ldm/WRFV3/main/real.exe
08eaa000-09a34000 rw-p 00e 4169734
/home/ldm/WRFV3/main/real.exe
09a34000-0dfb0000 rw-p 09a 0
0fd00 rw-p 0fd 0
b21000 rw-p b:00 0
b00000 ---p b:00 0
b05d0 rw-p b05d 0
bad000 r-xp :01 5529966
/lib/i686/cmov/libc-2.7.so
b76ad000-b76ae000 r--p :01 5529966
/lib/i686/cmov/libc-2.7.so
b76ae000-b76b0000 rw-p :01 5529966
/lib/i686/cmov/libc-2.7.so
b76b0 rw-p b76b 0
b76b0 r-xp :01 5529603
/lib/libgcc_s.so.1
b76bf000-b76c0000 rw-p :01 5529603
/lib/libgcc_s.so.1
b76c0 rw-p b76c 0
b76c0 r-xp :01 5529619
/lib/i686/cmov/libm-2.7.so
b76e0 rw-p :01 5529619
/lib/i686/cmov/libm-2.7.so
b76e0 r-xp :01 548076
/usr/lib/libgfortran.so.3.0.0
b98000 rw-p 000af000 08:01 548076
/usr/lib/libgfortran.so.3.0.0
b99000 rw-p b:00 0
b77a0 rw-p b77a 0
b77a0 r-xp b77a 0
b77a0 r-xp :01 5529939
/lib/ld-2.7.so
b77bf000-b77c1000 rw-p :01 5529939
/lib/ld-2.7.so
bfe20000-bfe3d000 rw-p bffe 0
From wxprofessor
Mon Jan 10 11:51:36 2011
From: wxprofessor
Date: Mon, 10 Jan :36 -0500
Subject: [Wrf-users] real.exe
In-Reply-To:
References:
Message-ID:
real.exe chokes with the following error:
" ./real.exe: free(): invalid next size (fast): 0x109b8980 ***
wrfv3.2 gfortran serial debian lenny
Linux 2.6.26-2-686 #1 SMP Thu Sep 16 19:35:51 UTC
help please :)
From yesubabu2006
Mon Jan 10 21:56:06 2011
From: yesubabu2006
(V.YesuBabu)
Date: Tue, 11 Jan :06 +0530
Subject: [Wrf-users] "Re: Contents of Wrf-users digest...Vol 77, Issue 5"
Message-ID:
Dear Moudi Pascal,
wrf forecasts for one month experiments should be in 12hrs
output interval
i.e., If you are generating be.dat file for Nov 2010 month then it will be
output for gen_be directory as follows
/wrfout_d01__00:00:00
/wrfout_d01__12:00:00
/wrfout_d01__00:00:00
/wrfout_d01__12:00:00
/wrfout_d01__00:00:00
/wrfout_d01__12:00:00
/wrfout_d01__00:00:00
/wrfout_d01__12:00:00
/wrfout_d01__00:00:00
/wrfout_d01__12:00:00
/wrfout_d01__00:00:00
/wrfout_d01__00:00:00
---------------------------------------------------------
---------------------------------------------------------
/wrfout_d01__00:00:00
/wrfout_d01__12:00:00
/wrfout_d01__00:00:00
in WRFV32 namelist change your namelist.input
following option
&time_control
history_interval
frames_per_outfile
= 1, 1, 1000,
Project Engineer,CAS/SECG,
C-DAC,Main Building,
Pune University,Pune,India.
Phone :020-
On 11 January ,
> Send Wrf-users mailing list submissions to
wrf-users at ucar.edu
> To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.ucar.edu/mailman/listinfo/wrf-users
> or, via email, send a message with subject or body 'help' to
wrf-users-request at ucar.edu
> You can reach the person managing the list at
wrf-users-owner at ucar.edu
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Wrf-users digest..."
> Today's Topics:
1. Gen_be (moudi pascal)
2. wrf3.2 (patrick)
> ----------------------------------------------------------------------
> Message: 1
> Date: Fri, 7 Jan :51 +0000 (GMT)
> From: moudi pascal
> Subject: [Wrf-users] Gen_be
> To: WRF User's , WRF DA ,
wrf_users at ucar.edu
> Message-ID:
> Content-Type: text/ charset="utf-8"
> Hi to all and Happy New Year.
> I would like to generate be.dat file for my own region. I get the forecasts
> the month of June initialized at OOOOUTC. I generate the forecasts every 3
> May someone help me to generate the be.dat file please?
> I am having the following error when i tried to test my data for 1 day with
> interval of 12
> Run Stage 0: Calculate ensemble perturbations from model forecasts.
> ---------------------------------------------------------------
> Beginning CPU time: Fri Jan
7 19:06:06 WAT
> gen_be_stage0_wrf: Calculating standard perturbation fields valid at time
> mv: cannot stat `pert.*': No such file or
> directory
> /home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__00:00:00
> /home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__00:00:00
> gen_be_stage0_wrf: Calculating standard perturbation fields valid at time
> mv: cannot stat `pert.*': No such file or
> directory
> /home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__12:00:00
> /home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__12:00:00
> gen_be_stage0_wrf: Calculating standard perturbation fields valid at time
> mv: cannot stat `pert.*': No such file or directory
> /home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__00:00:00
> /home/wrfvar/WRF/WRFV3/run/BE///wrfout_d01__00:00:00
> Ending CPU time: Fri Jan
7 19:06:07 WAT 2011
> ---------------------------------------------------------------
> Run Stage 1: Read standard fields, and remove time/ensemble/area mean.
> ---------------------------------------------------------------
> Beginning CPU time: Fri Jan
7 19:06:07 WAT 2011
> Stage 1 failed with error 24
Pascal MOUDI IGRI
> Ph-D Student at the
> Laboratory of Environmental Modeling and Atmospheric Physics (LEMAP)
> Faculty of Science
> University of Yaounde I, Cameroon
> National Advanced Training School for Technical Education,
> Electricity Engineering, Douala
> Tel:+237 75 32 58 52
> -------------- next part --------------
> An HTML attachment was scrubbed...
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/467a7/attachment-0001.html
> ------------------------------
> Message: 2
> Date: Sat, 08 Jan :40 -0500
> From: patrick
> Subject: [Wrf-users] wrf3.2
> To: wrf-users at ucar.edu
> Message-ID:
> Content-Type: text/ charset=ISO-8859-1; format=flowed
> real.exe failure on debian lenny system
> uname -a
> Linux 2.6.26-2-686 #1 SMP Thu Sep 16 19:35:51 UTC
> any advice would be appreciated
> it appears that " ./real.exe: free(): invalid next size (fast):
> 0x109b8980 ***" is the issue.
> --patrick
> output below:
> 2850-01:WRFV3/run# ./real.exe
Namelist dfi_control not found in namelist.input. Using registry
> defaults for variables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for
> variables in tc
Namelist scm not found in namelist.input. Using registry defaults for
> variables in scm
Namelist fire not found in namelist.input. Using registry defaults for
> variables in fire
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and
> auxinput4_interval = 0 for all domains
--- NOTE: grid_fdda is 0 for domain
1, setting gfdda interval and
> ending time to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain
> 1, setting sgfdda interval and ending time to 0 for that domain.
--- NOTE: obs_nudge_opt is 0 for domain
1, setting obs nudging
> interval and ending time to 0 for that domain.
--- NOTE: num_soil_layers has been set to
REAL_EM V3.2.1 PREPROCESSOR
*************************************
Parent domain
ids,ide,jds,jde
ims,ime,jms,jme
ips,ipe,jps,jpe
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain
bytes allocated
> Time period #
1 to process = _22:00:00.
> Time period #
2 to process = _22:06:00.
> Time period #
3 to process = _22:12:00.
> Time period #
4 to process = _22:18:00.
> Time period #
5 to process = _22:24:00.
> Time period #
6 to process = _22:30:00.
> Time period #
7 to process = _22:36:00.
> Time period #
8 to process = _22:42:00.
> Time period #
9 to process = _22:48:00.
> Time period #
10 to process = _22:54:00.
> Time period #
11 to process = _23:00:00.
> Total analysis times to input =
-----------------------------------------------------------------------------
1: Current date being processed: _22:00:00.0000,
> which is loop #
configflags%julyr, %julday, %gmt:
metgrid input_wrf.F first_date_input = _22:00:00
metgrid input_wrf.F first_date_nml = _22:00:00
d01 _22:00:00 Timing for input
d01 _22:00:00
flag_soil_levels read from met_em
Max map factor in domain 1 =
0.98. Scale the dt in the model accordingly.
Converged znw(kte) should be about 0.0 =
d01 _22:00:00 Old data, no inland lake information
Assume RUC LSM 6-level input
> *** glibc detected *** ./real.exe: free(): invalid next size (fast):
> 0x109b8980 ***
> ======= Backtrace: =========
> /lib/i686/cmov/libc.so.6[0xb75c6764]
> /lib/i686/cmov/libc.so.6(cfree+0x96)[0xb75c8966]
> ./real.exe[0x84c8c9c]
> ./real.exe[0x84d5314]
> ./real.exe[0x8086978]
> ./real.exe[0x808f86f]
> ./real.exe[0x8053e9a]
> ./real.exe[0x80550ac]
> ./real.exe[0x8dbc159]
> /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb756e455]
> ./real.exe[0x804aa11]
> ======= Memory map: ========
> eaa000 r-xp :01 4169734
> /home/ldm/WRFV3/main/real.exe
> 08eaa000-09a34000 rw-p 00e 4169734
> /home/ldm/WRFV3/main/real.exe
> 09a34000-0dfb0000 rw-p 09a 0
> 0fd00 rw-p 0fd 0
> b21000 rw-p b:00 0
> b00000 ---p b:00 0
> b05d0 rw-p b05d 0
> bad000 r-xp :01 5529966
/lib/i686/cmov/
> libc-2.7.so
> b76ad000-b76ae000 r--p :01 5529966
/lib/i686/cmov/
> libc-2.7.so
> b76ae000-b76b0000 rw-p :01 5529966
/lib/i686/cmov/
> libc-2.7.so
> b76b0 rw-p b76b 0
> b76b0 r-xp :01 5529603
/lib/libgcc_s.so.1
> b76bf000-b76c0000 rw-p :01 5529603
/lib/libgcc_s.so.1
> b76c0 rw-p b76c 0
> b76c0 r-xp :01 5529619
/lib/i686/cmov/
> libm-2.7.so
> b76e0 rw-p :01 5529619
/lib/i686/cmov/
> libm-2.7.so
> b76e0 r-xp :01 548076
> /usr/lib/libgfortran.so.3.0.0
> b98000 rw-p 000af000 08:01 548076
> /usr/lib/libgfortran.so.3.0.0
> b99000 rw-p b:00 0
> b77a0 rw-p b77a 0
> b77a0 r-xp b77a 0
> b77a0 r-xp :01 5529939
/lib/ld-2.7.so
> b77bf000-b77c1000 rw-p :01 5529939
/lib/ld-2.7.so
> bfe20000-bfe3d000 rw-p bffe 0
> ------------------------------
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
> End of Wrf-users Digest, Vol 77, Issue 5
> ****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/ccdab4b/attachment.html
From moudipascal at yahoo.fr
Wed Jan 12 06:10:20 2011
From: moudipascal at yahoo.fr (moudi pascal)
Date: Wed, 12 Jan :20 +0000 (GMT)
Subject: [Wrf-users] How to modify e_vert.
Message-ID:
Hi to all,
I want to modify e_vert when running wrf. But when i change it, it always
remains to 27.
How to change it? is it in the namelist.wps ? when i put it there, the
completion is unsuccessful.
I've remarqued that, when i run ncdump -c met_em*
:BOTTOM-TOP_GRID_DIMENSION =
How to change it from 27 to 41 for example?
Pascal MOUDI IGRI
Ph-D Student at the
Laboratory of Environmental Modeling and Atmospheric Physics (LEMAP)
Faculty of Science
University of Yaounde I, Cameroon
National Advanced Training School for Technical Education,
Electricity Engineering, Douala
Tel:+237 75 32 58 52
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/e0d6699/attachment.html
From M.Collins at exeter.ac.uk
Fri Jan 14 09:12:51 2011
From: M.Collins at exeter.ac.uk (Collins, Matthew)
Date: Fri, 14 Jan :51 +0000
Subject: [Wrf-users] Papers for IPCC AR5 Ch12 - Long term Climate Change
Projections, Commitments and Irreversibility
Message-ID:
Dear Colleagues,
We would like you to send us any papers you have submitted, in press or have recently published that are relevant for the forthcoming IPCC WG1 AR5 Chapter 12
"Long term Climate Change: Projections, Commitments and Irreversibility". An outline of the Chapter is included below. Please send all papers to reto.knutti at env.etchz.ch and he will arrange to hold them in a central place and pass them on to the relevant Lead Author.
Also, please do keep us up-to-date on the progress of papers and send revised versions via Reto. Papers need to be submitted by July 31 2012 and accepted by 15 March 2013 in order to be cited in the report. Note however that there is no guarantee that your paper will be cited even if you send it to us.
Please feel free to pass this message on to any of your colleagues we may have missed. Apologies if you get more than one copy.
Best wishes, IPCC WG1 AR5 Chapter 12 authors
Chapter 12 Outline
General introduction
Uncertainties in the chain from emissions to projections
Projected changes in emissions, concentrations and radiative forcing
Description of scenarios
Implementation of scenarios and forcings in CMIP5
Projected changes over the 21st century
Time-evolving global quantities
Changes in temperature and energy budget
Changes in the Water Cycle
Changes in Atmospheric Circulation
Pattern scaling
Changes in high-latitude climate and cryosphere
Changes in the ocean
Consistency and main differences CMIP3/CMIP5 and SRES/RCP
Changes associated with biogeochemical feedbacks
Global measures of climate sensitivity and transient response
Estimates based on climatology, ranges of CMIP5 and comparison to earlier CMIPs
Forcing and response, timescales of feedbacks
Long Term Climate Change, Commitment and Irreversibility
RCP extensions
Commitment
Climate stabilization
Abrupt change and irreversibility
From Chris.Franks at noaa.gov
Fri Jan 14 20:46:25 2011
From: Chris.Franks at noaa.gov (Chris Franks)
Date: Fri, 14 Jan :25 -0600
Subject: [Wrf-users] WPP errors with sub hourly data
Message-ID:
I tried tweaking the minutes script but haven't been able to get it to
run. I didn't actually compile WPP as I'm actually working off someone
else's machine, but seems there weren't any compilation errors. So,
looks like something wrong with my script (itag file looks off).
I've attached my script...do you see my problems here? Think my paths
are right. Doesn't look like one needs to change much.
I'm testing it out on a small sample set of wrf output:
wrfout_d01__18:00:00
wrfout_d01__18:15:00
wrfout_d01__18:30:00
wrfout_d01__18:45:00
wrfout_d01__19:00:00
wrfout_d01__19:15:00
wrfout_d01__19:30:00
wrfout_d01__19:45:00
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Chris.txt
Url: http://mailman.ucar.edu/pipermail/wrf-users/attachments/67563/attachment.txt
From eric.kemp at nasa.gov
Fri Jan 14 11:25:08 2011
From: eric.kemp at nasa.gov (Kemp, Eric M. (GSFC-610.0)[NORTHROP GRUMMAN INFORMATION TECH])
Date: Fri, 14 Jan :08 -0600
Subject: [Wrf-users] FW: DRAFT WRF 3.2.1 Bug Report
In-Reply-To:
Message-ID:
Dear wrfhelp:
I am experiencing problems running WRF3.2.1 on a case that works with WRF3.1.1.
Two grids are used:
= 800, 385, 400,
num_metgrid_levels
And the initial and lateral boundary conditions are provided by the NAM (00Z 10 April 2009 - 12Z 11 April 2009).
The WRF 3.1.1 runs this case without incident.
However, the WRF3.2.1 will either fail with this message:
FATAL CALLED FROM FILE:
-------------- FATAL CALLED ---------------
frame/module_domain.f: Failed to allocate grid%smois(sm31:em31,1:model_config_r
ec%num_soil_layers,sm33:em33).
Or else 3.2.1 will *usually* run with random and immediate CFL errors if "too many" MPI processes are used (above 40).
In a handful of cases, however, the same executable will run without issue.
I've noticed that the 3.2.1 real.exe executable also experiences the memory allocation error.
Also, these problems occur regardless of whether WPS 3.1.1 or 3.2.1 is used to process the NAM data.
I'm running on a Linux distributed cluster, using 40 nodes with 2 dual-core Intel Woodcrest chips with 4 GB RAM per node.
The WRF is compiled with ifort 11.1.038 and Intel MPI 3.2.011.
I've experimented with other MPI implementations (Intel MPI 4.0.0.025 and MVAPICH2-1.4.1) and I see the same behavior.
I have sample namelist.input, wrfinput and wrfbdy files available for upload.
--------------------------------------------------------------------
Eric M. Kemp
Northrop Grumman Corporation
Meteorologist
Information Systems
Civil Enterprise Solutions
Civil Systems Division
Goddard Space Flight Center
Mailstop 610.3
Greenbelt, MD 20771
301-286-9768
301-286-1775
eric.kemp at nasa.gov
--------------------------------------------------------------------
------ End of Forwarded Message
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/f201553/attachment.html
From miguel at gw-frias.homeip.net
Wed Jan 19 05:45:55 2011
From: miguel at gw-frias.homeip.net (Miguel Frias)
Date: Wed, 19 Jan :55 +0000
Subject: [Wrf-users] Question about GFS data retrieval
Message-ID:
I don't know if this is the correct place to ask this but here it goes.
I'm trying to use GFS to get upper air winds at a specific altitude. I
found out about the partial http transfer using curkl and then wgrib to
get the data.
Now my question is:
I need to supply as variables the latitude, longitude, altitude and that
I want wind direction and speed. As an example, I would need the winds
at 38N020W at 33000ft (11000m or a specific pressure level) which would
then give me, for instance, 274/38
(274 degrees wind direction and 38
knots [or whatever metric used]).
I know that GFS has all this information, it's how to ask for it and how
to properly decode it that I'm in doubt.
Finally, the information I want must be treated in raw. Don't want any
images/graphs or the like.
What I'm using:
http://nomads.ncep.noaa.gov/txt_descriptions/fast_downloading_grib.shtml
However the above doesn't let me specify latitude, longitude or altitude.
Thanks for any help,
Miguel Frias
From preeti at csa.iisc.ernet.in
Tue Jan 18 23:23:58 2011
From: preeti at csa.iisc.ernet.in (Preeti)
Date: Wed, 19 Jan :58 +0530
Subject: [Wrf-users] Compressing NetCDF
Message-ID:
Does anyone know of any better compression software other than
zlib/gzip for data formats like NetCDF ? I find that if the WRF output
NetCDF file has only few variables say Pressure P, Temperature T etc.
then gzip/zlib performs very poorly, namely the compression is from
892K (original) to only 742K (gzip-ed).
From nriemer at illinois.edu
Thu Jan 20 15:09:07 2011
From: nriemer at illinois.edu (Nicole Riemer)
Date: Thu, 20 Jan :07 -0600
Subject: [Wrf-users] Postdoc position in Atmospheric Chemistry Modeling at
Message-ID:
Department of Atmospheric Sciences at the University of Illinois at Urbana-Champaign invites applications for Postdoctoral Researcher Opportunity
One Postdoctoral Researcher position is open at the Department of Atmospheric Sciences at the University of Illinois at Urbana-Champaign, starting in May 2011. The successful candidate will work on developing a state-of-the-art regional model representation of nighttime chemistry building on existing model capabilities of the community model WRF/Chem. The NOAA-funded project involves improving the understanding of interaction of transport and chemistry during nighttime, quantifying the impact of nighttime chemistry for chlorine cycling, nitrate formation and ozone production, and validating the model with field observations from the CalNeX Campaign 2010.
The initial appointment is for one year with the possibility of renewal for two additional years based on performance and continuation of funding. The stipend depends on qualifications. The applicant must have a Ph.D. in atmospheric sciences or a related field, with experience in regional modeling of atmospheric chemistry. Advanced scientific programming skills are essential and previous experience with WRF/Chem is highly desirable.
To apply for this opportunity please email a cover letter, brief research statement, CV including publications list, and contact information for three persons willing to serve as references to Dr. Nicole Riemer at nriemer at illinois.edu. Screening of applications will begin on January 31 2011 and will continue until the position is filled.
Nicole Riemer
Assistant Professor
Department of Atmospheric Sciences
University of Illinois at Urbana-Champaign
105 S. Gregory
Urbana, IL 61801
phone: 217-244-2844
nriemer at illinois.edu
http://www.atmos.uiuc.edu/~nriemer
From bbrashers
Thu Jan 20 18:11:59 2011
From: bbrashers
(Bart Brashers)
Date: Thu, 20 Jan :59 -0800
Subject: [Wrf-users] Using high resolution snow data
Message-ID:
I would like to supply WRF with snow data at higher spatial resolution
than in my initialization dataset (12km NAM) for my inner-most grids.
Has anyone used one of the MODIS products, e.g.
http://nsidc.org/data/myd10c1v5.html?
It comes in HDF format, which is
quasi-related to netCDF format.
Has anyone written an
HDF-to-intermediate converter that they're willing to share (maybe
called unhdf)? Or a netCDF-to-intermediate converter?
Or perhaps there's another data source for ~1km snow data that people
Any advice would be appreciated.
This message contains information that may be confidential, privileged or otherwise protected by law from disclosure. It is intended for the exclusive use of the Addressee(s). Unless you are the addressee or authorized agent of the addressee, you may not review, copy, distribute or disclose to anyone the message or any information contained within. If you have received this message in error, please contact the sender by electronic reply to email
and immediately delete all copies of the message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/736f9/attachment.html
From giselezepka .br
Fri Jan 21 13:13:42 2011
From: giselezepka .br (Gisele Zepka)
Date: Fri, 21 Jan :42 -0200
Subject: [Wrf-users] precipitation ice mass
Message-ID:
Dear users,
I was very interested in one of the storm parameters that can be
extracted from the WRF, however I was unable to get that variable from
my simulations. I wonder if you could tell me how can I extract the
"precipitation ice mass" from the model. My domain has a 3 km grid
spacing and I am using the wrf_post from version 2.2 and ARWpost from
version 3.1 to post-process my data.
From kganbour
Fri Jan 21 01:01:45 2011
From: kganbour
(Khaled Ganbour)
Date: Fri, 21 Jan :45 -0800 (PST)
Subject: [Wrf-users]
How to get data for my domain
Message-ID:
I have compile WRF Model with real_em,and I have run it with? case which in the online tutorial "January 2000 Case".
I would like to run the model on my domain as example Libya area.
Please how can I get the Input data for my domain?
I am looking forward for your replay.
With best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments//cf189d29/attachment.html
From kganbour
Fri Jan 21 01:03:01 2011
From: kganbour
(Khaled Ganbour)
Date: Fri, 21 Jan :01 -0800 (PST)
Subject: [Wrf-users] wrf-users@ucar.edu
Message-ID:
I have compile WRF Model with real_em,and I have run it with? case which in the online tutorial "January 2000 Case".
I would like to run the model on my domain as example Libya area.
Please how can I get the Input data fro my domain?
I am looking forward for your replay.
With best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/2fa8c/attachment.html
From kganbour
Fri Jan 21 02:17:24 2011
From: kganbour
(Khaled Ganbour)
Date: Fri, 21 Jan :24 -0800 (PST)
Subject: [Wrf-users] WRF Compile for many cases
Message-ID:
I have run ARW WRF model with em_real.
Can I compile with another case such Idealized cases or NMM WRF and keep the the first? compilation?
best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/bed134/attachment.html
From kganbour
Fri Jan 21 02:18:23 2011
From: kganbour
(Khaled Ganbour)
Date: Fri, 21 Jan :23 -0800 (PST)
Subject: [Wrf-users] WRF Compile for many cases
Message-ID:
I have run ARW WRF model with em_real.
Can I compile with another case such Idealized cases or NMM WRF and keep the the first? compilation?
best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/d7baca8/attachment.html
From totangjie
Thu Jan 20 23:29:44 2011
From: totangjie
(Jie TANG)
Date: Fri, 21 Jan :44 +0800
Subject: [Wrf-users] where can I find the detail introduction of IDEAL test
Message-ID:
Hi ,wrf user group:
Now I want to find some detail description of the numerical
scheme of the
ideal test given by WRF.
for example: em_quarter_ss,em_grav2d_x
em_hill2d_x .
the readme of these ideal test is too simple and I can not get the detail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/b599f/attachment.html
From FLiu at azmag.gov
Mon Jan 24 09:09:43 2011
From: FLiu at azmag.gov (Feng Liu)
Date: Mon, 24 Jan :43 +0000
Subject: [Wrf-users] WRF Compile for many cases
In-Reply-To:
References:
Message-ID:
Hi Khaled,
You may save all current executable files in another specific directory but not in ../main/, alternatively, you can change those executable file names if you still want to keep them in the directory of ../main when you do ./clean -a and compile with another case. You can invoke different *.exe files in different name or in different directory when you run different cases. Please keep in mind you may use different Registry for compiling with different case. Thanks.
From: wrf-users-bounces at ucar.edu [mailto:wrf-users-bounces at ucar.edu] On Behalf Of Khaled Ganbour
Sent: Friday, January 21,
To: wrf-users at ucar.edu
Subject: [Wrf-users] WRF Compile for many cases
I have run ARW WRF model with em_real.
Can I compile with another case such Idealized cases or NMM WRF and keep the the first
compilation?
best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/d350a7c/attachment.html
From kganbour
Mon Jan 24 09:18:24 2011
From: kganbour
(Khaled Ganbour)
Date: Mon, 24 Jan :24 -0800 (PST)
Subject: [Wrf-users] [wrf-users]I couldn't run NCL
Message-ID:
I have tried to install NCL program.but always I have errors,I attached the log file for installation if you can help me
I am looking forward for your replay.
With best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/3ed17/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make-output
Type: application/octet-stream
Size: 990162 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments/3ed17/attachment-0001.obj
From mkudsy
Sat Jan 22 20:58:47 2011
From: mkudsy
Date: Sun, 23 Jan :47 +0700
Subject: [Wrf-users] How to get data for my domain
In-Reply-To:
References:
Message-ID:
You can get the input data from many sources, for example
ftp://ftpprd.ncep.noaa.gov/pub/data/nccf/com/gfs/prod
under its sub-dir there are daily global forecast products based from 00Z up
to several days in grin format
Other source of input can be obtained from pages indicated by
http://www.mmm.ucar.edu/wrf/users/download/free_data.html
Have a try.
On Fri, Jan 21, 2011 at 3:01 PM, Khaled Ganbour
> Dear All:
> I have compile WRF Model with real_em,and I have run it with
case which in
> the online tutorial "January 2000 Case".
> I would like to run the model on my domain as example Libya area.
> Please how can I get the Input data for my domain?
> I am looking forward for your replay.
> With best regards
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
Dr.Mahally Kudsy
Weather Modification Technology Center
Agency for the Assessment and Application of Technology
Jln MH Thamrin 8, Jakarta, Indonesia
Telp:62-21-3168830 Fax:62-21-3906225 mkudsy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/eb4925/attachment.html
From mkudsy
Sat Jan 22 21:14:54 2011
From: mkudsy
Date: Sun, 23 Jan :54 +0700
Subject: [Wrf-users] precipitation ice mass
In-Reply-To:
References:
Message-ID:
Can you describe your domain? .
On Sat, Jan 22, 2011 at 3:13 AM, Gisele Zepka wrote:
> Dear users,
> I was very interested in one of the storm parameters that can be
> extracted from the WRF, however I was unable to get that variable from
> my simulations. I wonder if you could tell me how can I extract the
> "precipitation ice mass" from the model. My domain has a 3 km grid
> spacing and I am using the wrf_post from version 2.2 and ARWpost from
> version 3.1 to post-process my data.
> All best,
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
Dr.Mahally Kudsy
Weather Modification Technology Center
Agency for the Assessment and Application of Technology
Jln MH Thamrin 8, Jakarta, Indonesia
Telp:62-21-3168830 Fax:62-21-3906225 mkudsy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments//fb2fc4f7/attachment.html
From kganbour
Mon Jan 24 10:40:23 2011
From: kganbour
(Khaled Ganbour)
Date: Mon, 24 Jan :23 -0800 (PST)
Subject: [Wrf-users] [wrf-users]WPPS
Message-ID:
I compiled WPPS but I think It was n't compatible with my system.
Does WPPS work with some processors.
I attached the compilation and config.wpp file and the wrong after I run it.
best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments//ce09a7ca/attachment-0001.html
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: WPPS.txt
Url: http://mailman.ucar.edu/pipermail/wrf-users/attachments//ce09a7ca/attachment-0001.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.wpp
Type: application/octet-stream
Size: 2046 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments//ce09a7ca/attachment-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile_wpp.log
Type: text/x-log
Size: 51738 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments//ce09a7ca/attachment-0001.bin
From mkudsy
Mon Jan 24 17:17:44 2011
From: mkudsy
Date: Tue, 25 Jan :44 +0700
Subject: [Wrf-users] [wrf-users]I couldn't run NCL
In-Reply-To:
References:
Message-ID:
I think you haven't specified X11 libraries location. In Unix system they
may be located in different places
such as /usr/X11/lib, /usr/lib/X11 or /usr/X11/lib/X11
Try to locate such as Xaw using command
locate Xaw |more
On Mon, Jan 24, 2011 at 11:18 PM, Khaled Ganbour
> Dear All
> I have tried to install NCL program.but always I have errors,I attached the
> log file for installation if you can help me
> I am looking forward for your replay.
> With best regards
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
Dr.Mahally Kudsy
Weather Modification Technology Center
Agency for the Assessment and Application of Technology
Jln MH Thamrin 8, Jakarta, Indonesia
Telp:62-21-3168830 Fax:62-21-3906225 mkudsy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/ee71b/attachment.html
From maemarcus
Tue Jan 25 14:04:47 2011
From: maemarcus
(Dmitry N. Mikushin)
Date: Wed, 26 Jan :47 +0300
Subject: [Wrf-users] [wrf-users]WPPS
In-Reply-To:
References:
Message-ID:
Application complains about absence of SSE3 instructions support on your
cpu. In compile_wpp.log you attached there is a line
ifort -free -O3 -xT
here -xT, according to Intel Fortran manual, means use of SSE3. I think if
you disable this option, the application should work fine for you.
Good luck,
Khaled Ganbour
> Dear All:
> I compiled WPPS but I think It was n't compatible with my system.
> Does WPPS work with some processors.
> I attached the compilation and config.wpp file and the wrong after I run
> best regards
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/2d614/attachment.html
From FLiu at azmag.gov
Wed Jan 26 16:08:53 2011
From: FLiu at azmag.gov (Feng Liu)
Date: Wed, 26 Jan :53 +0000
Subject: [Wrf-users] wrong time interval for wrfout
Message-ID:
Hi, Users,
I want to have hourly output for d01,d02, and d03 but 5 minutes for d04, please see time control session in namelist.input attached. I do not know why the time in wrfout_d04 increases by 2 seconds in each time level, that is not exact
5-minute interval.
The output file name looks messy (see attached wrfout_d04_files attached). Any hint will be helpful. Thank you.
"_00:00:00",
"_00:05:02",
"_00:10:04",
"_00:15:06",
"_00:20:08",
"_00:25:11",
"_00:30:13",
"_00:35:15",
"_00:40:17",
"_00:45:20",
"_00:50:22",
"_00:55:24" ;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/4d479/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: namelist.input
Type: application/octet-stream
Size: 1737 bytes
Desc: namelist.input
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments/4d479/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wrfout_d04_files
Type: application/octet-stream
Size: 992 bytes
Desc: wrfout_d04_files
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments/4d479/attachment-0001.obj
From kganbour
Wed Jan 26 13:33:45 2011
From: kganbour
(Khaled Ganbour)
Date: Wed, 26 Jan :45 -0800 (PST)
Subject: [Wrf-use}

我要回帖

更多关于 win10 office2016下载 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信