Skip to content

Commit

Permalink
Merge pull request #62 from FESOM/idemix_namelist
Browse files Browse the repository at this point in the history
Add IDEMIX paths to the namelist
  • Loading branch information
patrickscholz authored Jan 28, 2021
2 parents 80046ec + 1786248 commit bfe6a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config/namelist.cvmix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ idemix_gamma = 1.570 ! constant of order one derived from the shape o
idemix_jstar = 10.0 ! spectral bandwidth in modes (dimensionless)
idemix_mu0 = 1.33333333 ! dissipation parameter (dimensionless)
idemix_sforcusage = 0.2
idemix_n_hor_iwe_prop_iter = 5 ! iterations for contribution from horiz. wave propagation
idemix_n_hor_iwe_prop_iter = 5 ! iterations for contribution from horiz. wave propagation
idemix_surforc_file = '/work/ollie/clidyn/forcing/IDEMIX/fourier_smooth_2005_cfsr_inert_rgrid.nc'
idemix_botforc_file = '/work/ollie/clidyn/forcing/IDEMIX/tidal_energy_gx1v6_20090205_rgrid.nc'
/

! namelist for PP
Expand Down
4 changes: 2 additions & 2 deletions src/gen_modules_cvmix_idemix.F90
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ module g_cvmix_idemix
integer :: idemix_n_hor_iwe_prop_iter = 1

! filelocation for idemix surface forcing
character(200):: idemix_surforc_file = '/work/ollie/pscholz/FORCING/IDEMIX/fourier_smooth_2005_cfsr_inert_rgrid.nc'
character(1000):: idemix_surforc_file = './fourier_smooth_2005_cfsr_inert_rgrid.nc'

! filelocation for idemix bottom forcing
character(200):: idemix_botforc_file = '/work/ollie/pscholz/FORCING/IDEMIX/tidal_energy_gx1v6_20090205_rgrid.nc'
character(1000):: idemix_botforc_file = './tidal_energy_gx1v6_20090205_rgrid.nc'

namelist /param_idemix/ idemix_tau_v, idemix_tau_h, idemix_gamma, idemix_jstar, idemix_mu0, idemix_n_hor_iwe_prop_iter, &
idemix_sforcusage, idemix_surforc_file, idemix_botforc_file
Expand Down

0 comments on commit bfe6a5a

Please sign in to comment.