Changeset 833 for codes


Ignore:
Timestamp:
05/02/19 14:17:06 (5 years ago)
Author:
dubos
Message:

devel : fix pure-MPI build

Location:
codes/icosagcm/devel/src/unstructured
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/unstructured/caldyn_unstructured.F90

    r796 r833  
    55  IMPLICIT NONE 
    66  SAVE 
     7  PRIVATE 
     8 
     9  PUBLIC :: compute_NH_geopot, compute_caldyn_slow_NH, compute_caldyn_solver, & 
     10       compute_caldyn_vert_NH, compute_geopot, compute_caldyn_slow_hydro, & 
     11       caldyn_vert, compute_coriolis, compute_theta, compute_pvort_only, & 
     12       compute_caldyn_fast, gradient, div, & 
     13       compute_scalar_laplacian, compute_curl_laplacian 
    714 
    815CONTAINS 
  • codes/icosagcm/devel/src/unstructured/timestep_unstructured.F90

    r832 r833  
    44  USE xios 
    55#endif 
     6  USE data_unstructured_mod 
    67  USE caldyn_unstructured_mod 
    78  USE transfer_unstructured_mod 
Note: See TracChangeset for help on using the changeset viewer.