New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
world.F90 in vendors/FCM-2017.10.0/t/fcm-make/11-preprocess-include-path/src – NEMO

source: vendors/FCM-2017.10.0/t/fcm-make/11-preprocess-include-path/src/world.F90 @ 10672

Last change on this file since 10672 was 10672, checked in by nicolasmartin, 5 years ago

Reimport latest FCM release

File size: 166 bytes
Line 
1module world
2#include <worldx.h>
3contains
4elemental function get_world() result(w)
5character(len=len(world1)) :: w
6w = world1
7end function get_world
8end module world
Note: See TracBrowser for help on using the repository browser.