Skip to content

gmr 1.3.4

Compare
Choose a tag to compare
@MatthVeron MatthVeron released this 01 Mar 00:35
· 41 commits to master since this release
9707e28

This new release includes implementations related to the CPT modelling workshop hold in January 2023. This realease is based on the PR (#20)

Major implementations includes updates of i) plotting functions, ii) functions allowing to read and write GMACS input/output files, and iii) functions used when implementing and releasing a new version of GMACS.

New functions

  1. Functions to plot GMACS outputs
  • BaseThemeGMR(): Specify the basic theme of gmr when plotting outputs
  1. Functions to read GMACS output files
  • readGMACSallOUT(): reads the gmacsall.out file
  • readGMACSrep(): read the gmacs.rep file
  1. Function to update GMACS
    *NewGMACSFeat(): creates a summary file detailing the latest implementations
    in the gmacsbase.TPL file, when they've been done and by whom.

Updated functions

  1. Functions to plot GMACS outputs
  • .get_F_df()
  • .get_cpue_df()
  • plot_catch()
  • plot_recruitment()
  • .get_sizeComps_df()
  • plot_basicOutput()
  • plot_catch()
  1. Functions to read/write GMACS input/output files
  • readGMACS.dat()
  • readGMACSdat()
  • readGMACSctl()
  • readGMACSfiles()
  • readGMACSpar()
  • readGMACSprj()
  • readGMACSsimdat()
  • writeGmacs.dat()
  • writeGmacsctlfile()
  • writeGmacsdatfile()
  • writeGmacsprjfile()
  1. Functions to update and release a new version of GMACS
  • .GetGmacsExe()
    *createGmacsExe()
  • GMACS()
  • UpdateGMACS()
  • insertTime2()

What's Changed

Full Changelog: V1.3.3...V1.3.4