-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated MOM_override with OFFLINE_TRACER_MODE replacing DO_ONLINE as …
…per @adcroft PR and suggestions. Also, added data_table which was not added in previous commit and updated which offline diagnostics are written out"
- Loading branch information
Andrew Shao
committed
Oct 24, 2016
1 parent
c09b27d
commit bd8bcf6
Showing
3 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
"ATM", "cfc_11_flux_pcair_atm","CFC_11","INPUT/cfc.bc.nc",.false., 1.0e-12 | ||
"ATM", "cfc_12_flux_pcair_atm","CFC_12","INPUT/cfc.bc.nc",.false., 1.0e-12 | ||
"ATM" , "p_surf" , "SLP" , "./INPUT/slp.clim.nc" , .false. , 1.0 | ||
"ATM" , "p_bot" , "SLP" , "./INPUT/slp.clim.nc" , .false. , 1.0 | ||
"ATM" , "t_bot" , "T_10_MOD" , "./INPUT/t_10_mod.clim.nc" , .false. , 1.0 | ||
"ATM" , "sphum_bot" , "Q_10_MOD" , "./INPUT/q_10_mod.clim.nc" , .false. , 1.0 | ||
"ATM" , "u_bot" , "U_10_MOD" , "./INPUT/u_10_mod.clim.nc" , .false. , 1.0 | ||
"ATM" , "v_bot" , "V_10_MOD" , "./INPUT/v_10_mod.clim.nc" , .false. , 1.0 | ||
"ATM" , "z_bot" , "" , "" , .false. , 10.0 | ||
"ATM" , "gust" , "" , "" , .false. , 0.0 | ||
"ICE" , "lw_flux_dn" , "LWDN_MOD" , "./INPUT/ncar_rad_clim.nc" , .false. , 1.0 | ||
"ICE" , "sw_flux_vis_dir_dn", "SWDN_MOD", "./INPUT/ncar_rad_clim.nc", .false. , 0.285 | ||
"ICE" , "sw_flux_vis_dif_dn", "SWDN_MOD", "./INPUT/ncar_rad_clim.nc", .false. , 0.285 | ||
"ICE" , "sw_flux_nir_dir_dn", "SWDN_MOD", "./INPUT/ncar_rad_clim.nc", .false. , 0.215 | ||
"ICE" , "sw_flux_nir_dif_dn", "SWDN_MOD", "./INPUT/ncar_rad_clim.nc", .false. , 0.215 | ||
"ICE" , "lprec" , "RAIN" , "./INPUT/ncar_precip_clim.nc" , .false. , 0.9933 | ||
"ICE" , "fprec" , "SNOW" , "./INPUT/ncar_precip_clim.nc" , .false. , 0.9933 | ||
"ICE" , "runoff" , "runoff" , "./INPUT/runoff.nc" , .false. , 0.0 | ||
"ICE" , "calving" , "" , "" , .true. , 0.0 | ||
"ICE" , "dhdt" , "" , "" , .true. , 80.0 | ||
"ICE" , "dedt" , "" , "" , .true. , 2.0e-6 | ||
"ICE" , "drdt" , "" , "" , .true. , 10.0 | ||
"ICE", "sic_obs" , "SIC" ,"./INPUT/sst_ice_clim.nc" , .false. , 0.00 | ||
"ICE", "sit_obs" , "SIT" ,"./INPUT/sst_ice_clim.nc" , .false. , 0.00 | ||
"ICE", "sst_obs" , "SST" ,"./INPUT/sst_ice_clim.nc" , .false. , 1.0 | ||
"LND" , "t_surf" , "" , "" , .true. , 273.0 | ||
"LND" , "t_ca" , "" , "" , .true. , 273.0 | ||
"LND" , "q_ca" , "" , "" , .true. , 0.0 | ||
"LND" , "rough_mom" , "" , "" , .true. , 0.01 | ||
"LND" , "rough_heat" , "" , "" , .true. , 0.1 | ||
"LND" , "albedo" , "" , "" , .true. , 0.1 | ||
"LND" , "t_ca" , "" , "" , .true. , 273.0 | ||
"LND" , "t_surf" , "" , "" , .true. , 273.0 | ||
"LND" , "sphum_surf" , "" , "" , .true. , 0.0 | ||
"LND" , "sphum_ca" , "" , "" , .true. , 0.0 | ||
"LND" , "t_flux" , "" , "" , .true. , 0.0 | ||
"LND" , "sphum_flux" , "" , "" , .true. , 0.0 | ||
"LND" , "lw_flux" , "" , "" , .true. , 0.0 | ||
"LND" , "sw_flux" , "" , "" , .true. , 0.0 | ||
"LND" , "lprec" , "" , "" , .true. , 0.0 | ||
"LND" , "fprec" , "" , "" , .true. , 0.0 | ||
"LND" , "dhdt" , "" , "" , .true. , 5.0 | ||
"LND" , "dedt" , "" , "" , .true. , 2e-6 | ||
"LND" , "dedq" , "" , "" , .true. , 0.0 | ||
"LND" , "drdt" , "" , "" , .true. , 5.0 | ||
"LND" , "drag_q" , "" , "" , .true. , 0.0 | ||
"LND" , "p_surf" , "" , "" , .true. , 1.e5 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters