Skip to content

Commit

Permalink
fixed solar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
djgagne committed Oct 24, 2024
1 parent 2c6cc00 commit c50862d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions applications/calc_global_solar.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def main():
"shuffle": True,
"chunksizes": (
1,
solar_grid["tsi"].shape[1],
solar_grid["tsi"].shape[2],
solar_grid.shape[1],
solar_grid.shape[2],
),
}
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/derecho_solar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ cd ..
mpiexec -n 512 -ppn 128 python -u applications/calc_global_solar.py \
-s "${PBS_ARRAY_INDEX}-01-01" \
-e "${PBS_ARRAY_INDEX}-12-31 18:00" \
-i /glade/u/home/wchapman/MLWPS/DataLoader/LSM_static_variables_ERA5_zhght.nc \
-i /glade/u/home/wchapman/MLWPS/DataLoader/LSM_static_variables_ERA5_zhght_ONEDEG.nc \
-t 6h \
-u 1Min \
-o /glade/derecho/scratch/dgagne/credit_solar_6h_0.25deg/
-o /glade/derecho/scratch/dgagne/credit_solar_6h_1deg/
# -o /glade/derecho/scratch/dgagne/credit_solar_1h_0.25deg/

0 comments on commit c50862d

Please sign in to comment.