Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Apr 27, 2022
1 parent 6524e19 commit 3906b0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sample_inputs/param.nml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
!-----------------------------------------------------------------------
! Sponge layer for elevation and vel.
! If inu_elev=0, no relaxation is applied to elev.
! If inu_elev=1, relax. constants are specified in elev_nudge.gr3
! If inu_elev=1, relax. constants (in 1/sec, i.e. relax*dt<=1) are specified in elev_nudge.gr3
! and applied to eta=0 (thus a depth=0 means no relaxation).
! Similarly for inu_uv (with input uv_nudge.gr3)
!-----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions src/Core/scribe_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module scribe_io
&np_max,ne_max,ns_max,ncount_2dnode,ncount_2delem,ncount_2dside,ncount_3dnode,ncount_3delem,ncount_3dside, &
&iths0,ncid_schism_2d,ncid_schism_3d,istart_sed_3dnode
!Output flag dim must be same as schism_init!
integer,save :: ntrs(natrm),iof_hydro(40),iof_wwm(30),iof_icm(210),iof_cos(20),iof_fib(5), &
integer,save :: ntrs(natrm),iof_hydro(40),iof_wwm(40),iof_icm(210),iof_cos(20),iof_fib(5), &
&iof_sed2d(14),iof_ice(10),iof_ana(20),iof_marsh(2),counter_out_name
real(rkind), save :: dt,h0
character(len=20), save :: varname3,out_name(500)
Expand Down Expand Up @@ -106,7 +106,7 @@ subroutine scribe_init(indir,iths,ntime)
call mpi_recv(iths,1,itype,0,110,comm_schism,rrqst,ierr)
call mpi_recv(ntime,1,itype,0,111,comm_schism,rrqst,ierr)
call mpi_recv(iof_hydro,40,itype,0,112,comm_schism,rrqst,ierr)
call mpi_recv(iof_wwm,30,itype,0,113,comm_schism,rrqst,ierr)
call mpi_recv(iof_wwm,40,itype,0,113,comm_schism,rrqst,ierr)
!Make sure char len is 20 in schism_init and nc_writeout2D()!
call mpi_recv(out_name,counter_out_name*20,MPI_CHAR,0,114,comm_schism,rrqst,ierr)
call mpi_recv(ncount_2delem,1,itype,0,115,comm_schism,rrqst,ierr)
Expand Down
5 changes: 4 additions & 1 deletion src/Readme.beta_notes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ This beta notes are divided into 5 part:

Github versions:

d44dbdf (1 April, 2022): added an optional threshold inflation ratio for mass conversation for ICM: 'rinflation_icm'
6524e19 (27 April 2022): a few more WWM related parameters under VOR (turbinjds,alpha,wfwvor_streaming)
and new WWM outputs, after merging with lrdev_updates;
d44dbdf (1 April, 2022): added an optional threshold inflation ratio for mass conversation for ICM: 'rinflation_icm'
6f367d0 (30 Mar 2022): added optional vertical levels to inject source tracer conventration: 'lev_tr_source';
7cc7f27 (30 Mar 2022): added an optional threshold depth for mass conversation for ICM: 'h_massconsv';
1788867 (16 Mar 2022): added optional parameters for S exchange (split from heat exchange): i_hmin_salt_ex,hmin_salt_ex;
Expand Down Expand Up @@ -535,6 +537,7 @@ git versions:
(134) e288f9a (31 Jan 2022): removed the restriction of counter-clockwise orientation in sflux grid;
(135) dde345f (7 April 2022): fixed a bug in sflux, invoked only if nws=2, ihconsv=1, and iwind_form=0:
uninit'ed stress values.
(136) 6524e19 (27 April 2022): merged with La Rochelle group on WWM (VOR);
================================================================================================
(D) Auto-test history:
R100 (Nov 2011); R168 (minus WWM); R224 (basic); R240 (full); R306 (basic); R370 (basic); R408 (basic); R430 (basic); R601 (basic); R730 (basic); R747 (all hydro); R1120 (hydro+ SF BayDelta); R1305: (all hydro; ICM); R1532 (branch/selfe_opt1): all; R1641: hydro; R2018: hydro; R2232 (all);
Expand Down

0 comments on commit 3906b0c

Please sign in to comment.