oceanmodeling / ondemand-storm-workflow

Other
2 stars 1 forks source link

Add option for symmetric vs GAHM to singularity workflow #36

Closed SorooshMani-NOAA closed 9 months ago

SorooshMani-NOAA commented 9 months ago

The option can be specified in coupledmodeldriver as an attribute model in BestTrackForcingJSON:

BestTrackForcingJSON(
    nhc_code=f'{args.name}{args.year}',
    interval_seconds=3600,
    nws=20,
    fort22_filename=workdir/'track_files'/'original.22',
    attributes={'model': 'gahm'}
)
SorooshMani-NOAA commented 9 months ago

@FariborzDaneshvar-NOAA if this works fine please let me know so that I can mark this as done. Thanks!

FariborzDaneshvar-NOAA commented 9 months ago

It worked with the symmetric option, now testing it with gahm too

FariborzDaneshvar-NOAA commented 9 months ago

@FariborzDaneshvar-NOAA if this works fine please let me know so that I can mark this as done. Thanks!

@SorooshMani-NOAA Thanks for adding this feature. I tested the workflow with both pahm_mode options of gahm and symmetric. All good, you can close this ticket.