Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLMr

R package for GLM model running. GLMr holds the version compiled or downloaded from the website on 2026-09-12 (version 4.0.0) and should run virtually on any Windows system (Linux and macOS still in planning). This package does not contain the source code for the model, only the executable. This package was inspired by the original GLMr package (used for GLM v2).

Installation

You can install GLMr from Github with:

# install.packages("devtools")
devtools::install_github("aemon-j/GLMr")

Usage

Compatible with Windows. Linux and macOS X to be implemented.

Run

library(GLMr)
sim_folder <- system.file('extdata', package = 'GLMr')
run_glm(sim_folder, par_file = 'glm4.nml')

Output

library(glmtools)

out_file <- file.path(sim_folder, 'output/output.nc')
plot_var(nc_file = out_file, var_name = 'temp')

About

R package for basic GLM (General Lake Model) running

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages