Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

wrong domain when use lat-lon projection

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

Nefeli

New member
Hello!

I am trying to run WRF with lat lon projection but my domain is not what I am expecting. I want my domain to covert most of north Atlantic i.e.

minLat=34.797 maxLat=64.869
minLon=-34.557 maxLat=24.903

What I get is:

minLat=37.2705 maxLat=64.7295
minLon=-17.7295 maxLat=9.72951

See bellow for my namelist.wps:

&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2013-12-31_00:00:00','2013-12-31_00:00:00','2013-12-31_00:00:00','2013-12-31_00:00:00',
end_date = '2014-01-02_00:00:00','2014-01-02_00:00:00','2014-01-02_00:00:00','2014-01-02_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/

&geogrid
parent_id = 1, 1, 2, 3,
parent_grid_ratio = 1, 3, 3, 3,
i_parent_start = 1, 26, 48, 90,
j_parent_start = 1, 26, 48, 90,
e_we = 115, 190, 283, 301,
e_sn = 115, 190, 283, 301,
geog_data_res = '10m','5m','5m','5m,'
dx=0.243000243
dy=0.243000243
map_proj = 'lat-lon',
pole_lat=90
pole_lon=180
ref_lat = 51.0,
ref_lon = -4.0,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = 0.0,
geog_data_path = '/software/environmental/wps-data/3.x/geog',
/

&ungrib
out_format = 'WPS',
prefix = 'FILE',
/

&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
constants_name = 'LSM:1989-01-01_12','Z:1989-01-01_12'
/


Thank you in advance for any help!

Kind regards,

Nefeli
 
This topic has been moved to the 'domain set-up' category, as that is a more appropriate place for it. Someone should respond to this soon.
 
Hi again!

Just an update,

I've changed in the above namelist the e_we and e_sn to be both equal to 230 and the dx,dy=0.25. My problem now is that it runs but gives only the initial conditions (the first time) but then it stops. The error files don't help me to understand why.

Please see bellow the new namelist and the 2 first error files:

&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2013-12-31_00:00:00','2013-12-31_00:00:00','2013-12-31_00:00:00','2013-12-31_00:00:00',
end_date = '2014-01-02_00:00:00','2014-01-02_00:00:00','2014-01-02_00:00:00','2014-01-02_00:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/

&geogrid
parent_id = 1, 1, 2, 3,
parent_grid_ratio = 1, 3, 3, 3,
i_parent_start = 1, 26, 48, 90,
j_parent_start = 1, 26, 48, 90,
e_we = 230, 190, 283, 301,
e_sn = 230, 190, 283, 301,
geog_data_res = '10m','5m','5m','5m,'
dx=0.25
dy=0.25
map_proj = 'lat-lon',
pole_lat=90
pole_lon=180
ref_lat = 51.0,
ref_lon = -4.0,
stand_lon = 0.0,
geog_data_path = '/software/environmental/wps-data/3.x/geog',
/

&ungrib
out_format = 'WPS',
prefix = 'FILE',
/

&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
constants_name = 'LSM:1989-01-01_12','Z:1989-01-01_12'
/


----------------------------------------------------------------------------------------


rsl.error.0000

taskid: 0 hostname: raven226
Ntasks in X 4, ntasks in Y 8
--- WARNING: traj_opt is zero, but num_traj is not zero; setting num_traj to zero.
--- 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: bl_pbl_physics /= 4, implies mfshconv must be 0, resetting
--- NOTE: RRTMG radiation is not used, setting: o3input=0 to avoid data pre-processing
--- NOTE: num_soil_layers has been set to 5
WRF V3.7.1 MODEL
*************************************
Parent domain
ids,ide,jds,jde 1 230 1 230
ims,ime,jms,jme -4 65 -4 36
ips,ipe,jps,jpe 1 58 1 29
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1, 55902992 bytes allocated
med_initialdata_input: calling input_input
Timing for processing wrfinput file (stream 0) for domain 1: 0.94462 elapsed seconds
INPUT LandUse = "USGS"
LANDUSE TYPE = "USGS" FOUND 33 CATEGORIES 2 SEASONS WATER CATEGORY = 16 SNOW CATEGORY = 24
Timing for Writing wrfout_d01_2013-12-31_00:00:00 for domain 1: 1.37049 elapsed seconds
Timing for processing lateral boundary for domain 1: 0.07943 elapsed seconds
Tile Strategy is not specified. Assuming 1D-Y
WRF TILE 1 IS 1 IE 58 JS 1 JE 29
WRF NUMBER OF TILES = 1
No land surface physics option is used: sf_surface_physics = 0
Timing for main: time 2013-12-31_00:02:00 on domain 1: 1.84317 elapsed seconds

--------------------------------------------------------------------------------------------------------------------

rsl.error.0001

taskid: 1 hostname: raven226
Ntasks in X 4, ntasks in Y 8
--- WARNING: traj_opt is zero, but num_traj is not zero; setting num_traj to zero.
--- 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: bl_pbl_physics /= 4, implies mfshconv must be 0, resetting
--- NOTE: RRTMG radiation is not used, setting: o3input=0 to avoid data pre-processing
--- NOTE: num_soil_layers has been set to 5
WRF V3.7.1 MODEL
*************************************
Parent domain
ids,ide,jds,jde 1 230 1 230
ims,ime,jms,jme 52 122 -4 36
ips,ipe,jps,jpe 59 115 1 29
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1, 56670668 bytes allocated
med_initialdata_input: calling input_input
INPUT LandUse = "USGS"
LANDUSE TYPE = "USGS" FOUND 33 CATEGORIES 2 SEASONS WATER CATEGORY = 16 SNOW CATEGORY = 24
Tile Strategy is not specified. Assuming 1D-Y
WRF TILE 1 IS 59 IE 115 JS 1 JE 29
WRF NUMBER OF TILES = 1
No land surface physics option is used: sf_surface_physics = 0
 
Hi,
I would like to first apologize for the very long delay in response to this question. It seems as though it must have been overlooked, or the person responsible for this particular section of the forum didn't have their subscription set correctly (to receive notifications). Thank you very much for your patience. Since it has been so long, I'd first like to ask if you have been able to get past the problem, and to get the model running.

Thanks!
 
Top