CORDEX-WRF-community / euro-cordex-cmip6

Configuration files for WRF in EURO-CORDEX-CMIP6
2 stars 0 forks source link

Aerosol data not read correctly in WRF #11

Closed yoselita closed 8 months ago

yoselita commented 8 months ago

WRF does not read timestamps correctly in the aerosol files. This means that multiyear files for aerosols can be created and placed in WRF/run folder, and WRF will read correctly the aerosol file if the starting date of the simulations corresponds to the starting date of the aerosol file. But when you restart you run, WRF will not look for the correct date in the aerosol file so that it corresponds to the new start of you simulation, but it will always read the first timestep of your aerosol file, no matter which the restart date it is.

yoselita commented 8 months ago

A "quick fix" could be to place all the aerosol files in the WRF/run folder, and each time before you restart the WRF run, you run a script that will recreate a new aerosol file with the initial date that will correspond to the starting date of your restated simulations.

jesusff commented 8 months ago

Duplicate of #6, which was solved