Index: LMDZ6/trunk/tools/netcdf95/Variables/check_start_count.f90
===================================================================
--- LMDZ6/trunk/tools/netcdf95/Variables/check_start_count.f90	(revision 4918)
+++ LMDZ6/trunk/tools/netcdf95/Variables/check_start_count.f90	(revision 5075)
@@ -19,5 +19,5 @@
     use nf95_close_m, only: nf95_close
     use nf95_inquire_variable_m, only: nf95_inquire_variable
-    use netcdf, only: nf90_noerr
+    use lmdz_netcdf, only: nf90_noerr
 
     character(len=*), intent(in):: name_calling ! name of calling procedure
Index: LMDZ6/trunk/tools/netcdf95/Variables/nf95_def_var.f90
===================================================================
--- LMDZ6/trunk/tools/netcdf95/Variables/nf95_def_var.f90	(revision 4918)
+++ LMDZ6/trunk/tools/netcdf95/Variables/nf95_def_var.f90	(revision 5075)
@@ -7,5 +7,5 @@
   ! "nf95_def_var_scalar" cannot be distinguished from "nf95_def_var_oneDim".
 
-  use netcdf, only: nf90_def_var
+  use lmdz_netcdf, only: nf90_def_var
   use nf95_abort_m, only: nf95_abort
   use nf95_constants, only: nf95_noerr
Index: LMDZ6/trunk/tools/netcdf95/Variables/nf95_get_var.f90
===================================================================
--- LMDZ6/trunk/tools/netcdf95/Variables/nf95_get_var.f90	(revision 4918)
+++ LMDZ6/trunk/tools/netcdf95/Variables/nf95_get_var.f90	(revision 5075)
@@ -1,5 +1,5 @@
 module nf95_get_var_m
 
-  use netcdf, only: nf90_get_var, NF90_NOERR
+  use lmdz_netcdf, only: nf90_get_var, NF90_NOERR
   
   use nf95_abort_m, only: nf95_abort
Index: LMDZ6/trunk/tools/netcdf95/Variables/nf95_inq_varid.f90
===================================================================
--- LMDZ6/trunk/tools/netcdf95/Variables/nf95_inq_varid.f90	(revision 4918)
+++ LMDZ6/trunk/tools/netcdf95/Variables/nf95_inq_varid.f90	(revision 5075)
@@ -8,5 +8,5 @@
 
     use nf95_abort_m, only: nf95_abort
-    use netcdf, only: nf90_inq_varid
+    use lmdz_netcdf, only: nf90_inq_varid
     use nf95_constants, only: nf95_noerr
 
Index: LMDZ6/trunk/tools/netcdf95/Variables/nf95_inquire_variable.f90
===================================================================
--- LMDZ6/trunk/tools/netcdf95/Variables/nf95_inquire_variable.f90	(revision 4918)
+++ LMDZ6/trunk/tools/netcdf95/Variables/nf95_inquire_variable.f90	(revision 5075)
@@ -16,5 +16,5 @@
 
     use nf95_abort_m, only: nf95_abort
-    use netcdf, only: nf90_inquire_variable, nf90_max_var_dims
+    use lmdz_netcdf, only: nf90_inquire_variable, nf90_max_var_dims
     use nf95_constants, only: nf95_noerr
 
Index: LMDZ6/trunk/tools/netcdf95/Variables/nf95_put_var.f90
===================================================================
--- LMDZ6/trunk/tools/netcdf95/Variables/nf95_put_var.f90	(revision 4918)
+++ LMDZ6/trunk/tools/netcdf95/Variables/nf95_put_var.f90	(revision 5075)
@@ -1,5 +1,5 @@
 module nf95_put_var_m
 
-  use netcdf, only: nf90_put_var
+  use lmdz_netcdf, only: nf90_put_var
   use nf95_abort_m, only: nf95_abort
   use check_start_count_m, only: check_start_count
