esm-tools / esm_tools

Simple Infrastructure for Earth System Simulations
https://esm-tools.github.io/
GNU General Public License v2.0
25 stars 12 forks source link

fix aero forcing for HIST in echam.yaml #1152

Open ackerlar opened 3 months ago

ackerlar commented 3 months ago

The aero forcing for the HIST scenario in echam.yaml was linked to the PI forcing. This gave me this error in the second year of simulation: FATAL ERROR in aero_read_opt: file aero_coarse_1852.nc does not exist After changing the echam.yaml to

                        aerocoarse: histaerocoarse
                        aerofarir: histaerofarir
                        aerofin: histaerofin

the file is found and no error arises.

The rest is only clean up in the PISM coupling scripts