Skip to content

Commit

Permalink
Updating socrates column model class so that it inherits the properti…
Browse files Browse the repository at this point in the history
…es of the socrates code base, rather than having to redefine everything. Done the same with Column code base. Have also changed column model path names so that it inherits socrates paths in the same way as socrates code base.
  • Loading branch information
sit23 committed Sep 13, 2024
1 parent e7770a4 commit cb89b6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 437 deletions.
4 changes: 2 additions & 2 deletions exp/test_cases/column_test_case/column_test_socrates_ozone.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@

'socrates_rad_nml': {
'stellar_constant':1370.,
'lw_spectral_filename':os.path.join(GFDL_BASE,'src/atmos_param/socrates/src/trunk/data/spectra/ga7/sp_lw_ga7'),
'sw_spectral_filename':os.path.join(GFDL_BASE,'src/atmos_param/socrates/src/trunk/data/spectra/ga7/sp_sw_ga7'),
'lw_spectral_filename':os.path.join(GFDL_BASE,'src/atmos_param/socrates/src/1703/data/spectra/ga7/sp_lw_ga7'),
'sw_spectral_filename':os.path.join(GFDL_BASE,'src/atmos_param/socrates/src/1703/data/spectra/ga7/sp_sw_ga7'),
'dt_rad':7200,
'store_intermediate_rad':True,
'chunk_size': 1, # MUST BE 1 FOR COLUMN MODEL
Expand Down
Loading

0 comments on commit cb89b6e

Please sign in to comment.