RRFSx / rrfs-workflow_beta

GNU Lesser General Public License v3.0
0 stars 5 forks source link

Move all preamp settings from config.pre* files to exp.setup and remove config.pre* files #64

Open guoqing-noaa opened 2 months ago

guoqing-noaa commented 2 months ago

Originally we would like to avoid jamming the exp.setup file and exporting unnecessary environmental variables at runtime which does not comply with the NCO standards well.

However, based on the experiences from running the workflow and discussions with @chunhuazhou, it looks like putting all preamp variables into exp.setup is still the best way to go. When the workflow goes into NCO, everything can be configured in config files instead of the exp.setup file. So it actually does not affect an NCO implementation and hence we decided to go this way.