File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ cwd_9648=${PWD}
242242for dir in mem* ; do
243243 cd " ${dir} /analysis/atmos"
244244 for tile in {1..6}; do
245- ln -s " enkfgdas.t18z.cubed_sphere_grid_ratminc.tile${tile} .nc" " enkfgdas.t18z.jedi_recentered_increment .atm.i006.tile${tile} .nc"
245+ ln -s " enkfgdas.t18z.cubed_sphere_grid_ratminc.tile${tile} .nc" " enkfgdas.t18z.recentered_jedi_increment .atm.i006.tile${tile} .nc"
246246 done
247247 ln -s enkfgdas.t18z.ratminc.nc enkfgdas.t18z.recentered_increment.atm.i006.nc
248248 cd " ${cwd_9648} "
@@ -291,6 +291,12 @@ for tile in {1..6}; do
291291done
292292cd " ${cwd} "
293293
294+ cd C96C48/20250808/gdas.20240223/18/analysis/atmos
295+ for tile in {1..6}; do
296+ ln -s " gdas.t18z.cubed_sphere_grid_atminc.tile${tile} .nc" " gdas.t18z.jedi_increment.atm.i006.tile${tile} .nc"
297+ done
298+ cd " ${cwd} "
299+
294300cd C96C48/20250808/enkfgdas.20211220/12
295301cwd_9648=${PWD}
296302for dir in mem* ; do
@@ -358,7 +364,7 @@ cwd_9648=${PWD}
358364for dir in mem* ; do
359365 cd " ${dir} /analysis/atmos"
360366 for tile in {1..6}; do
361- ln -s " enkfgdas.t18z.cubed_sphere_grid_ratminc.tile${tile} .nc" " enkfgdas.t18z.jedi_recentered_increment .atm.i006.tile${tile} .nc"
367+ ln -s " enkfgdas.t18z.cubed_sphere_grid_ratminc.tile${tile} .nc" " enkfgdas.t18z.recentered_jedi_increment .atm.i006.tile${tile} .nc"
362368 done
363369 cd " ${cwd_9648} "
364370done
You can’t perform that action at this time.
0 commit comments