GEOS-ESM / GOCART

GOCART Aerosol model including process library and framework interfaces (MAPL, NUOPC, and CCPP)
Apache License 2.0
13 stars 14 forks source link

set clobber variable from run configuration file #256

Open junwang-noaa opened 11 months ago

junwang-noaa commented 11 months ago

In the UFS coupled test, any existing GOCART history files need to be removed before the model starts. We hope to have a configuration variable to control if model can overwrite an existing GOCART history file.

junwang-noaa commented 11 months ago

@weiyuan-jiang FYI.

mathomp4 commented 11 months ago

@junwang-noaa History does currently have a global variable to do this:

Allow_Overwrite: .true.

will allow history to clobber.

You put this at the top much like CONTACT:, etc.

bbakernoaa commented 11 months ago

@mathomp4 We just remembered this a little bit ago and we are testing now.

weiyuan-jiang commented 11 months ago

@bbakernoaa Please let me know if it works or not.

junwang-noaa commented 11 months ago

@weiyuan-jiang I tested in a UFS coupled test, it is working now. Thank you all!