Hi guys,
Any idea whats failing here?
Centos 8.2
UEMS 20.8.2
When trying to create domain with "ems_domain --newdom icon" i get this:
II. Creating a new workstation computational domain - runs/icon
☠ There was a problem in &DomainRuntimeEnvironment
// Henkka
Search found 67 matches
- Fri Oct 02, 2020 8:17 pm
- Forum: UEMS v18 and higher support
- Topic: Problem creating new domain
- Replies: 0
- Views: 602
- Wed Sep 16, 2020 4:47 pm
- Forum: UEMS v18 and higher support
- Topic: Plotting sleet and snow
- Replies: 3
- Views: 692
Re: Plotting sleet and snow
Great, thanks!
Then just a question:
If use this code are 0 = "pure rain" and >=10 snow?
define snowrainratio=(SNMRhy1+0.0000001)/(RWMRhy1+0.0000001)+0.01'
'define precthreshold=((SNMRhy1+RWMRhy1)*1000000)-1'
'set clevs 0 0.1 10'
'd maskout(snowrainratio,precthreshold)'
Then just a question:
If use this code are 0 = "pure rain" and >=10 snow?
define snowrainratio=(SNMRhy1+0.0000001)/(RWMRhy1+0.0000001)+0.01'
'define precthreshold=((SNMRhy1+RWMRhy1)*1000000)-1'
'set clevs 0 0.1 10'
'd maskout(snowrainratio,precthreshold)'
- Mon Sep 14, 2020 7:22 pm
- Forum: UEMS v18 and higher support
- Topic: Plotting sleet and snow
- Replies: 3
- Views: 692
Plotting sleet and snow
Hi guys, Long time no see :) I'm looking for a snippet for plotting sleet and snow with Grads. Found the old snippet 'define snowrainratio=(SNMRhy1+0.0000001)/(RWMRhy1+0.0000001)+0.01' 'define precthreshold=((SNMRhy1+RWMRhy1)*1000000)-1' but can't found those variables in recent emsupp.parm-file. So...
- Tue Apr 05, 2016 1:13 pm
- Forum: EMS Hacking
- Topic: GFS-upgrade
- Replies: 3
- Views: 5499
GFS-upgrade
Someone who have tested new pararell GFS-data with hourly data up to 120h allready?
http://www.nws.noaa.gov/os/notification ... s_gdas.htm

http://www.nws.noaa.gov/os/notification ... s_gdas.htm
- Sat Mar 05, 2016 5:00 pm
- Forum: General NWP, Postprocessing, Meteorology
- Topic: WRF(DA) 3.7 question
- Replies: 0
- Views: 3913
WRF(DA) 3.7 question
A question about WRF(DA) 3.7. Running WRFDA + EMS with success but a problem have appeared in 3.7. WRFDA "removes snow from sea" what it not do in earlier versions. This new function mess totally up the snowdepth near coasts. It adds odd "areas" with snow close to coast at sea bu...
- Mon Feb 22, 2016 8:58 am
- Forum: General NWP, Postprocessing, Meteorology
- Topic: NEMS NMMB topic
- Replies: 94
- Views: 74691
Re: NEMS NMMB topic
Tryed with Intel compiler but got stuck on a error with Nemsio. Mpich2 compiled with Intel, using this: ./configure --prefix=/opt/NEMS/mpich CC=icc CXX=icpc CPP=icc CXXCPP=icpc F77=ifort FC=ifort Its also added to PATH and ex mpif90 -V gives Intel. The zips from above docs in use, without the gnu-pa...
- Sat Feb 20, 2016 5:38 pm
- Forum: General NWP, Postprocessing, Meteorology
- Topic: NEMS NMMB topic
- Replies: 94
- Views: 74691
Re: NEMS NMMB topic
Tryed to look around but no errors/oddities from what i can see with boco files or nemsinterp.exe.
Its log is here: http://pastebin.com/Ea24LS7q
Hmm....
Its log is here: http://pastebin.com/Ea24LS7q
Hmm....
- Sat Feb 20, 2016 3:39 pm
- Forum: General NWP, Postprocessing, Meteorology
- Topic: NEMS NMMB topic
- Replies: 94
- Views: 74691
Re: NEMS NMMB topic
Got little further :) Changed this: write_tasks_per_group: 8 to this: write_tasks_per_group: 1 Now runs for ca 3 seconds and ends in Finished Timestep 0 ending at 0.007 hours: elapsed integration time 2112.00000 reading from boco file: boco.0000 At line 4116 of file module_FLTBNDS.f90 (unit = 51, fi...
- Sat Feb 20, 2016 3:34 pm
- Forum: General NWP, Postprocessing, Meteorology
- Topic: NEMS NMMB topic
- Replies: 94
- Views: 74691
Re: NEMS NMMB topic
Both set to 1. 2 cores: Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: *** Error in `./NEMS.x': malloc(): memory corruption (fast): 0x0000000006ddbaf0 *** Program received signal SIGABRT: Process abort signal. Backtrace for this error: #0 0x...
- Sat Feb 20, 2016 3:21 pm
- Forum: General NWP, Postprocessing, Meteorology
- Topic: NEMS NMMB topic
- Replies: 94
- Views: 74691
Re: NEMS NMMB topic
Yes, i have.meteoadriatic wrote:
mpirun -np <number> ./NEMS.x is good to go but don't you have something likeinside your configuration (configure_file_01 or model_configure)?Code: Select all
inpes: <somenumber> jnpes: <somenumber>
Code: Select all
inpes: 10
jnpes: 12