When using the entire experiment period to create empty boundary files with scripts/make_bdry_files.py, we will have an issue with the make_bdry_file_replace.py. This second script has a condition to avoid recreating boundary files for the same time twice. So, if already exist a file for 2001-12-01, then it will not be recreated again, even though the file is empty.
To fix this issue, my idea is to create an empty boundary file with another name, using the same time used for the initial condition:
When using the entire experiment period to create empty boundary files with
scripts/make_bdry_files.py
, we will have an issue with themake_bdry_file_replace.py
. This second script has a condition to avoid recreating boundary files for the same time twice. So, if already exist a file for 2001-12-01, then it will not be recreated again, even though the file is empty.To fix this issue, my idea is to create an empty boundary file with another name, using the same time used for the initial condition:
[file:
scripts/make_bdry_file.py
]This will generate a file as
bdry_empty.nc
, which must be inserted into thebdry.bdry_file
key at thegrid_config_esmf.txt
: