Atlantis Ecosystem Model Home Page

Author

Fulton, Beth (Environment, Hobart)

Atlantis is under a royalty free licence. A copy of the licence can be found here (please sign and send me a copy if you’d like access to the code base).

What this all means is that you can have it all for free and we’re happy to help you, but you can’t charge for it and we can’t promise you its 100% bug free (if you find something odd let us know and we’ll check it out ASAP). Apart from that have fun.


Google group for discussing Atlantis modelling problems

If you don’t find the answer to your Atlantis questions (should I say woe?) here then try asking on the google group

https://groups.google.com/forum/#!forum/atlantis-ecosystem-model

This forum is so users can help each other (as Beth is now so far behind on email her response may be less than fast, sorry).

If you have any trouble accessing the google group please email atlantis@csiro.au and we will add you to the group manually.

Following Changes In Parameter Files - see News

To see what changes have been made to the parameter files as new features are added please refer to the Blog pages - some example entries are shown below, but always check the actual Blogposts because not all changes will be capture in this short list below. The link will take you to the latest entries, if what you want isn’t immediately obvious try paging back through previous blog entries (you can go per month by clicking the link in the small table on the right side of each blog page) or use the site search function.

Training Sessions

No new training workshops are planned for 2021 - anyone wanting training should contact Beth.

News:

User icon: gor171

Atlantis SVN Repository is ready for use!

Gorton, Bec (Environment, Hobart) posted on Feb 03, 2009

Atlantis code repository is now ready for use. It provides access for CSIRO and non-CSIRO staff. If you would like access to this repository please contact Bec. For more information see https://wiki.csiro.au/confluence/display/Atlantis/Getting+the+source+code https://wiki.csiro.au/confluence/display/Atlantis/Getting+the+source+code

Edit  · - generalnews

Changes made to input files:

These changes will be required to your input files when you do a code update - which you should be doing every week or so. If you can’t find what you are after in the blogs please check the manual.

User icon: gor171

Change to prescribed movement - flexible number of time periods per year.

Gorton, Bec (Environment, Hobart) posted on Jul 18, 2016

Historically Atlantis has had prescribed spatial distribution assuming that there are a fixed 4 time periods or seasons per year. The Trunk code from revision 6049 now forces modellers to specify the number of time periods that each year is split into.     How do you specify the number of entries? You must now provide the ‘numMovePeriods’ value for each group. This must now be added as a column in the Groups definition input file.…

Edit  · - inputchanges

User icon: gor171

Invertebrate size calculations for use in size based selectivity

Gorton, Bec (Environment, Hobart) posted on Jun 02, 2016

Previously the size of inverts was assumed to be 1.0 when calculating selectivity. The updated code reads in two new values from the biology.prm file. li_a_invert 0.01 li_b_invert 3.0   These values are used for all inverts much the same way the li_a and li_b values are set for all vertebrates. For invertebrates the code is now:   if (FunctGroupArray[guildcase].sn[chrt] > 0) {     Wgt = X_RS * FunctGroupArray[guildcase].…

Edit  · - inputchanges

User icon: gor171

Frequency of inputs.ts and export.ts

Gorton, Bec (Environment, Hobart) posted on Feb 22, 2016

A new parameter has been added to the force.prm file. This will set the frequency in which data is written to the inputs.ts and export.ts output files.    If you would like no change to this frequency you can use the following (assuming your model dt is 43200) # Frequency of inputs.ts and exports.ts output - write out each dt.

inputs_tout 43200 seconds   If you would like to change the frequency Atlantis will recognise the following values:   # Frequency of inputs.ts and exports.ts output.…

Edit  · - inputchanges