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
Purpose: testing for coare flux in coupled mode Continuing n1850.ne30_tn14.hybrid_fatessp.20241204 from year 0071-01-01 in hybrid mode
The goal is to run 30 years.
Description:
To get the code
git clone https://github.com/NorESMhub/NorESM.git cd NorESM git checkout noresm2_5_alpha08d ./bin/git-fleximod update
create_newcase commnad
./create_newcase --case <user_case_path>/n1850.ne30_tn14.hybrid_fatessp.coare.20250207 \ --compset 1850_CAM70%LT%NORESM%CAMoslo_CLM60%FATES-SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP \ --res ne30pg3_tn14 \ --project nn9560k --run-unsupported --mach betzy
user_nl_cam use_aerocom = .true. interpolate_nlat = 192 interpolate_nlon = 288 interpolate_output = .true. history_aerosol = .true. zmconv_c0_lnd = 0.0075D0 zmconv_c0_ocn = 0.0300D0 zmconv_ke = 5.0E-6 zmconv_ke_lnd = 1.0E-5 clim_modal_aero_top_press = 1.D-4 bndtvg = '/cluster/shared/noresm/inputdata/atm/cam/ggas/noaamisc.r8.nc' user_nl_blom ICFILE = "/cluster/shared/noresm/inputdata/restart/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816/rest/1775-01-01-00000/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816.blom.r.1775-01-01-00000.nc"
user_nl_cice ice_ic = "/cluster/shared/noresm/inputdata/restart/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816/rest/1775-01-01-00000/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816.cice.r.1775-01-01-00000.nc"
user_nl_clm Add the following to user_nl_clm
fates_paramfile='/cluster/work/users/rosief/git/NorESM_MEGAN_test/components/clm/src/fates/parameter_files/fates_params_megan_twostream.nc' z0param_method='ZengWang2007'
user_nl_cpl ocn_surface_flux_scheme = 1
xmlchange commands ./xmlchange NTASKS=1920 ./xmlchange NTASKS_OCN=256 ./xmlchange ROOTPE=0 ./xmlchange ROOTPE_OCN=1920 ./xmlchange BLOM_VCOORD=cntiso_hybrid,BLOM_TURBULENT_CLOSURE= ./xmlchange STOP_OPTION=nyears ./xmlchange STOP_N=7 ./xmlchange REST_N=1 ./xmlchange REST_OPTION=nyears ./xmlchange RESUBMIT=5 ./xmlchange --subgroup case.run JOB_WALLCLOCK_TIME=48:00:00 ./xmlchange --subgroup case.st_archive JOB_WALLCLOCK_TIME=03:00:00 ./xmlchange RUN_TYPE=hybrid ./xmlchange RUN_REFCASE=n1850.ne30_tn14.hybrid_fatessp.20241204 ./xmlchange RUN_REFDATE=0071-01-01 ./xmlchange RUN_STARTDATE=0001-01-01
Compset long name 1850_CAM70%LT%NORESM%CAMoslo_CLM60%FATES-SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP
Model grid long name a%ne30np4.pg3_l%ne30pg4.pg3_oi%tnx1v4_r%r05_w%null_z%null_g%gris4_m%tnx1v4
The text was updated successfully, but these errors were encountered:
@adagj @oyvindseland @TomasTorsvik I am going to run this as I created this case for COARE flux with above information and check it and update me.
Sorry, something went wrong.
Diagnostics:
ocean / hamocc / land: https://ns2345k.web.sigma2.no/datalake/diagnostics/noresm/adagj/n1850.ne30_tn14.hybrid_fatessp.coare.20250207/
ADF Timeseries
ADF maps
oyvindseland
monsieuralok
adagj
TomasTorsvik
No branches or pull requests
Purpose:
testing for coare flux in coupled mode
Continuing n1850.ne30_tn14.hybrid_fatessp.20241204 from year 0071-01-01 in hybrid mode
The goal is to run 30 years.
Description:
To get the code
git clone https://github.com/NorESMhub/NorESM.git
cd NorESM
git checkout noresm2_5_alpha08d
./bin/git-fleximod update
create_newcase commnad
./create_newcase --case <user_case_path>/n1850.ne30_tn14.hybrid_fatessp.coare.20250207 \
--compset 1850_CAM70%LT%NORESM%CAMoslo_CLM60%FATES-SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP \
--res ne30pg3_tn14 \
--project nn9560k --run-unsupported --mach betzy
user_nl_cam
use_aerocom = .true.
interpolate_nlat = 192
interpolate_nlon = 288
interpolate_output = .true.
history_aerosol = .true.
zmconv_c0_lnd = 0.0075D0
zmconv_c0_ocn = 0.0300D0
zmconv_ke = 5.0E-6
zmconv_ke_lnd = 1.0E-5
clim_modal_aero_top_press = 1.D-4
bndtvg = '/cluster/shared/noresm/inputdata/atm/cam/ggas/noaamisc.r8.nc'
user_nl_blom
ICFILE = "/cluster/shared/noresm/inputdata/restart/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816/rest/1775-01-01-00000/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816.blom.r.1775-01-01-00000.nc"
user_nl_cice
ice_ic = "/cluster/shared/noresm/inputdata/restart/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816/rest/1775-01-01-00000/NOIIAJRAOC20TR_TL319_tn14_ppm_20240816.cice.r.1775-01-01-00000.nc"
user_nl_clm
Add the following to user_nl_clm
fates_paramfile='/cluster/work/users/rosief/git/NorESM_MEGAN_test/components/clm/src/fates/parameter_files/fates_params_megan_twostream.nc'
z0param_method='ZengWang2007'
user_nl_cpl
ocn_surface_flux_scheme = 1
xmlchange commands
./xmlchange NTASKS=1920
./xmlchange NTASKS_OCN=256
./xmlchange ROOTPE=0
./xmlchange ROOTPE_OCN=1920
./xmlchange BLOM_VCOORD=cntiso_hybrid,BLOM_TURBULENT_CLOSURE=
./xmlchange STOP_OPTION=nyears
./xmlchange STOP_N=7
./xmlchange REST_N=1
./xmlchange REST_OPTION=nyears
./xmlchange RESUBMIT=5
./xmlchange --subgroup case.run JOB_WALLCLOCK_TIME=48:00:00
./xmlchange --subgroup case.st_archive JOB_WALLCLOCK_TIME=03:00:00
./xmlchange RUN_TYPE=hybrid
./xmlchange RUN_REFCASE=n1850.ne30_tn14.hybrid_fatessp.20241204
./xmlchange RUN_REFDATE=0071-01-01
./xmlchange RUN_STARTDATE=0001-01-01
Compset long name
1850_CAM70%LT%NORESM%CAMoslo_CLM60%FATES-SP_CICE_BLOM%ECO_MOSART_DGLC%NOEVOLVE_SWAV_SESP
Model grid long name
a%ne30np4.pg3_l%ne30pg4.pg3_oi%tnx1v4_r%r05_w%null_z%null_g%gris4_m%tnx1v4
The text was updated successfully, but these errors were encountered: