We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
model_configure
model_configure is currently mostly hardcoded; need to add parameters to the ModelConfiguration object:
ModelConfiguration
nemspy/nemspy/configuration.py
Lines 373 to 528 in f0b9c25
The text was updated successfully, but these errors were encountered:
this template might be useful: https://github.com/NOAA-EMC/DATM-MOM6-CICE5/blob/ca3d21bd89f967e4c25953eaa3349829c739b528/parm/model_configure.IN#L1-L22
total_member: 1 print_esmf: .true. PE_MEMBER01: @[TASKS] start_year: @[SYEAR] start_month: @[SMONTH] start_day: @[SDAY] start_hour: @[SHOUR] start_minute: 0 start_second: 0 nhours_fcst: @[FHMAX] RUN_CONTINUE: .false. ENS_SPS: .false. dt_atmos: @[DT_ATMOS] atm_coupling_interval_sec: @[coupling_interval_fast_sec] iatm: @[IATM] jatm: @[JATM] cdate0: @[CDATE] nfhout: @[NFHOUT] filename_base: @[FILENAME_BASE]
Sorry, something went wrong.
only these variables are required in model_configure: https://github.com/saeed-moghimi-noaa/cpl_tools/blob/4772824d21bd4e79f915a0932315fb627b6186be/01_prep/01_cpl_run_dir/00-prepare-nsemodel-run.py#L256-L264
No branches or pull requests
model_configure
is currently mostly hardcoded; need to add parameters to theModelConfiguration
object:nemspy/nemspy/configuration.py
Lines 373 to 528 in f0b9c25
The text was updated successfully, but these errors were encountered: