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/t/fcm-make/11-preprocess-include-path/src – NEMO

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

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

Import latest FCM release from Github into the repository for testing

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.