++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Subject: [SICOPOLIS:141] ASCII versions of physical-parameter files changed From: Ralf Greve Date: 2024-01-04, 11:14 To: SICOPOLIS ML Dear all, a very Happy New Year! In the ASCII versions of the physical-parameter files (phys_para_*.dat), the standard parallel and central meridian of the polar stereographic projection are now called LATD0 and LOND0 (rather than PHI0 and LAMBDA0) and given in degrees instead of radians. This is the same convention that has already been used in the NetCDF versions of the physical-parameter files, so that both are now consistent. If you use only the physical-parameter files provided in the repository, no action is needed as they will automatically be updated along with the code by executing `git pull`. However, if you have your own ASCII files, you must update them. Otherwise, an error message will appear because SICOPOLIS checks whether the correct variables are read. Best regards, Ralf -- Dr. Ralf Greve Professor, Glacier and Ice Sheet Research Institute of Low Temperature Science (ILTS) Hokkaido University Kita-19, Nishi-8, Kita-ku Sapporo 060-0819, Japan (+81)-(0)11-706-6891 greve@lowtem.hokudai.ac.jp https://linktr.ee/ralfgreve _______________________________________________ SICOPOLIS mailing list SICOPOLIS@ml.hokudai.ac.jp https://ml.hines.hokudai.ac.jp/mailman/listinfo/sicopolis ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Subject: [SICOPOLIS:142] Directory structure changed From: Ralf Greve Date: 2024-01-12, 11:22 To: SICOPOLIS ML Dear all, this is to inform you that the directory structure of SICOPOLIS has been changed slightly. The previous 'runs' directory is gone, and the contents has been moved to the main directory. This saves some cd'ing as SICOPOLIS can now be executed with the script 'sico.sh' (or 'multi_sico_*.sh') directly from the main directory. After upgrading via 'git pull', a bit of clean-up will be required. This should do the job (starting from the main directory): cd runs cp --archive * ../ cd .. rm -rf runs mv out_* tmp/ Note also that the scripts 'sico.sh', 'multi_sico_1.sh', 'multi_sico_2.sh' and 'tools/tools.sh' require some minor changes. See the updated versions in the respective 'templates' subdirectories. Please copy them as usual and, if needed, merge in your own modifications. The user manual has been updated to reflect the changes; see especially . If there are any troubles, please let me know. Best regards, Ralf -- Dr. Ralf Greve Professor, Glacier and Ice Sheet Research Institute of Low Temperature Science (ILTS) Hokkaido University Kita-19, Nishi-8, Kita-ku Sapporo 060-0819, Japan (+81)-(0)11-706-6891 greve@lowtem.hokudai.ac.jp https://linktr.ee/ralfgreve _______________________________________________ SICOPOLIS mailing list SICOPOLIS@ml.hokudai.ac.jp https://ml.hines.hokudai.ac.jp/mailman/listinfo/sicopolis ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++