Good morning,Dear WRF:
If I have triple nesting, how can I know whether a variable and its value is from d01,d02 or d03?
How can I tell which region the subroutine is running in?
Hi:Good morning,
The output file are written in the standard format of wrfout_d(domain number). So if you have triple nesting you will get wrfout_d01, wrfout_d02, wrfout_d03.
A tutorial on nesting and their output is in this YouTube video from NCAR.
Can you attach your namelist files for wps and wrf?Hi:
I added a subroutine in the dyn_em/solve. F which will be used once in each time step. This program is running well when I only have domain d01.
But when I ran the nesting domain, there is something wrong says "forrtl: severe (174): SIGSEGV, segmentation fault occurred".
So I wish my program can only be used in domain d01.
Do you know how to check the domain id in dyn_em/solve.F?
Hi,Can you attach your namelist files for wps and wrf?
dx = 27000,9000,3000,Hi,
This is my namelist.wps and namelist.input.
The WRF model I am using is V3.7.1 with vortex following
I could also read the users guide for WRF about namelist settings.Hi,
This is my namelist.wps and namelist.input.
The WRF model I am using is V3.7.1 with vortex following
My namelist running well when I don't use my subroutine.I could also read the users guide for WRF about namelist settings.
![]()
GitHub - wrf-model/Users_Guide: WRF Users' Guide in restructured text format
WRF Users' Guide in restructured text format. Contribute to wrf-model/Users_Guide development by creating an account on GitHub.github.com
Looks like your WPS and WRF don't match for domains.
Obviously, the error occured on nesting domain. That why I wish my program can only be used in domain d01My namelist running well when I don't use my subroutine.
And we don't need input_d02 and input_d03 when we use "input_from_file = .true.,.false.,.false.,".
Here is my rsl error file when I used my subroutine
are you using intel compilers by chance?Dear WRF:
If I have triple nesting, how can I know whether a variable and its value is from d01,d02 or d03?
How can I tell which region the subroutine is running in?
Yesare you using intel compilers by chance?