Differences between revisions 7 and 36 (spanning 29 versions)
Revision 7 as of 2014-06-04 08:58:39
Size: 1071
Editor: NicoleThomas
Comment:
Revision 36 as of 2024-09-26 11:02:40
Size: 986
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[[/GetSource|Get the source code]]
 
== Get the source code ==
== Informations for using MESSy/CLaMS ==
Line 9: Line 7:
 * To use Mercurial on JUROPA expand your PATH:
 {{{
PATH=/lustre/jhome4/jicg11/jicg1108/local/bin:.:$PATH
export PATH
 }}}
[[ /Install| Install MESSy/CLaMS]]
Line 15: Line 9:
 * Mercurial repository:
 {{{
https://messy.fz-juelich.de/hg/messy-2.40.1-clams
 }}}
[[ /run | Run MESSy/CLaMS ]]
Line 20: Line 11:
 * Getting a copy of the source:
 {{{
hg clone ssh://hg-messy@messy.fz-juelich.de/messy-2.40.1-clams [outdir]
 }}}
 or by https (on JUROPA):
 {{{
hg clone https://messy.fz-juelich.de/hg/messy-2.40.1-clams [outdir]
 }}}
[[ /Update | Update MESSy/CLaMS]]
Line 29: Line 13:
 * Create a Mercurial configuration file ''.hgrc'' in your home directory to set your username:
 {{{
# This is a Mercurial configuration file.
[ui]
username = Firstname Lastname <mailaddress>
 }}}
[[ /Commit | Commit changes to central DKRZ repository ]]
Line 36: Line 15:
 * Create and run ''configure'' file in messy main directory:
 {{{
autoconf
configure
 }}}
[[ /EMAC-CLaMS | EMAC-CLaMS ]]
Line 42: Line 17:
[[[ /bmix | BMIX: Update of the boundary conditions in MESSy-CLaMS ]]
Line 43: Line 19:
 * Compile all
 {{{
make
 }}}
 
 Compile only basemodel CLaMS:
 {{{
cd messy/mbm/clams
make
 }}}
[[ /Namelists/NamelistClamsTracer | TRACER: use clamstracer ]]

[[ /Restart | Restarts ]]

[[ /MessyTools | messy-tools ]]

[[ /UseTrajFiles | Climatological Run: Read trajectories from files instead of calling TRAJ]]

[[ /UseJube | Use JUBE ]]

== Informations for programmers ==

[[/ClamsChannels | Channels in basemodel clams ]]

[[/ClamsRepr | Representations in basemodel clams ]]

[[ /NewSubmodel | Creating a new submodel for basemodel clams ]]

[[ /CodingStandards | MESSy coding standards]]
Line 56: Line 41:
== MIX ==
[[ messy/mix | messy_clamsmix_si.f90]]
[[ /mix | messy_clamsmix_si.f90]]

[[ /sedi | clams-sedi ]]

messy (last edited 2024-09-26 11:04:13 by NicoleThomas)