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

mv: cannot stat 'pert.*': No such file or directory

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.

sekluzia

Member
Dear Colleges,

The gen_be utility fails to generate background error fields with cv5 and cv7 options. Please, find attached my gen_be_wrapper.ksh script. I selected short period for simplicity (START_DATE=2018080200; END_DATE=2018080300). You can see from my log.genbe file that the genbe complains that
mv: cannot stat 'pert.2018080200*': No such file or directory

However, all necessary wrfout files exist and the paths are correct. I checked that through the "ls -l" command as following:

1. For gen_be_stage0_wrf: Calculating standard perturbation fields valid at time 2018080200

-rw-rw-r-- 1 ubuntu ubuntu 173139884 Feb 20 20:30 /home/ubuntu/scripts/gen_be/GEN_BE_ERA5_August_2018/2018080100/wrfout_d02_2018-08-02_00:00:00
-rw-rw-r-- 1 ubuntu ubuntu 173139884 Feb 23 09:59 /home/ubuntu/scripts/gen_be/GEN_BE_ERA5_August_2018/2018080112/wrfout_d02_2018-08-02_00:00:00

2. For gen_be_stage0_wrf: Calculating standard perturbation fields valid at time 2018080212

-rw-rw-r-- 1 ubuntu ubuntu 173139884 Feb 23 11:00 /home/ubuntu/scripts/gen_be/GEN_BE_ERA5_August_2018/2018080112/wrfout_d02_2018-08-02_12:00:00
-rw-rw-r-- 1 ubuntu ubuntu 173139884 Feb 20 21:29 /home/ubuntu/scripts/gen_be/GEN_BE_ERA5_August_2018/2018080200/wrfout_d02_2018-08-02_12:00:00

3. For gen_be_stage0_wrf: Calculating standard perturbation fields valid at time 2018080300

-rw-rw-r-- 1 ubuntu ubuntu 173139884 Feb 20 22:28 /home/ubuntu/scripts/gen_be/GEN_BE_ERA5_August_2018/2018080200/wrfout_d02_2018-08-03_00:00:00
-rw-rw-r-- 1 ubuntu ubuntu 173139884 Feb 23 11:59 /home/ubuntu/scripts/gen_be/GEN_BE_ERA5_August_2018/2018080212/wrfout_d02_2018-08-03_00:00:00

The gen_be5_cv5.tar.gz folder (attached) contains more detailed information on the errors by stages.

Artur
 

Attachments

  • gen_be_wrapper.ksh.txt
    3.6 KB · Views: 59
  • log.genbe.txt
    2.3 KB · Views: 60
  • gen_be5_cv5.tar.gz
    2 KB · Views: 56
Top