Revision bcde284dc9ded281edf5d398265b236b3e3c4bbf authored by Peter Schwartz on 22 October 2021, 19:19:25 UTC, committed by Peter Schwartz on 22 October 2021, 19:19:25 UTC
The namelist file is updated to include LULC files for SSP3 RCP7.0

[BFB]
2 parent s ca2a217 + 38fb21b
Raw File
checkout.sh
#!/bin/bash

# Replace all ssh URLs to submodules with HTTP URLs
sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
git submodule update --init
back to top