Skip to content

Version 5.0

Compare
Choose a tag to compare
@SiqiLiOcean SiqiLiOcean released this 16 Feb 15:35
· 7 commits to v5.0 since this release
8bb6428

V5.0 Release Notes

New files

  • mod_vegetation.F
    Module of VEGETATION
  • Partition.c
    Added this program when using METIS 5.0 and above, by Geoffrey Cowles

Modifications

  • adv_uv_edge_gcn.F
    a. Added code for VEGETATION by Jianzhong Ge
    b. Added W_STOKES_3D to W for VORTEX FORCE by Xia et al. (2020)
  • adv_uv_edge_gcy.F
    Added W_STOKES_3D to W for VORTEX FORCE by Xia et al. (2020)
  • extuv_edge.F
    Added code for VEGETATION by Jianzhong Ge
  • fvcom.F
    a. Added code for VEGETATION by Jianzhong Ge
    b. Added !defined (VORTEX_FORCE) for not converting velocity between Eulerian and Lagrangian for vortex force method by Xia et al. (2020)
  • internal_step.F
    a. Added code for VEGETATION by Jianzhong Ge
    b. Added code to call VORTEX_FORMALISM_3D by Xia et al. (2020)
    c. Added !defined (VORTEX_FORCE) for not converting velocity from Lagrangian to Eulerian when using vortex force method by Xia et al. (2020)
  • makefile
    a. Added mod_vegetation.F in MODS by Ge
    b. Added #partition.c in COBJS and need to uncomment it when using Metis 5.0 and above (by Geoffrey Cowles)
  • make.inc
    a. Added FLAG_411 = -DMETIS_5
    b. Added FLAG_321 = -DVORTEX_FORCE
    c. Added FLAG_45 = -DVEGETATION
  • mod_gotm.F
    Added code for VEGETATION by Ge
  • mod_ncdio.F
    a. Added NetCDF output for VEGETATION variables by Ge
    b. Added NetCDF output for VORTEX FORCE variables by Xia et al. (2020)
  • mod_par.F
    Added subroutines DOMDEC and DOMDEC_DAM for using METIS 5 and above
  • mod_par_special.F
    Added subroutines DOMDEC and DOMDEC_DAM for using METIS 5 and above
  • mod_wave_current_interaction.F
    Added code of VORTEX FORCE for wave current interaction by Xia et al. (2020)
  • namelist.F
    Added code for VEGETATION by Ge
  • open_all.F
    Replaced real with REAL(SP)
  • swancom1.F
    Added code for VEGETATION by Ge
  • swancom2.F
    Added code for VEGETATION by Ge
  • swanmain.F
    Added code for VEGETATION by Ge
  • swanpre1.F
    Added code for VEGETATION by Ge
  • swmod1.F
    Defined variables for VEGETATION by Ge
  • swmod2.F
    Defined variables for VEGETATION by Ge
  • vdif_q.F
    Added code for VEGETATION by Ge