Index: LMDZ4/trunk/libf/phylmd/conf_phys.F90
===================================================================
--- LMDZ4/trunk/libf/phylmd/conf_phys.F90	(revision 1354)
+++ LMDZ4/trunk/libf/phylmd/conf_phys.F90	(revision 1355)
@@ -26,4 +26,5 @@
    use IOIPSL
    USE surface_data
+   USE phys_cal_mod
    USE carbon_cycle_mod, ONLY : carbon_cycle_tr, carbon_cycle_cpl
 
@@ -1094,5 +1095,6 @@
 !Config Help =
 !
-  freq_outNMC_omp(1) = 2592000.
+! freq_outNMC_omp(1) = 2592000.
+  freq_outNMC_omp(1) = mth_len*86400.
   freq_outNMC_omp(2) = 86400.
   freq_outNMC_omp(3) = 21600.
Index: LMDZ4/trunk/libf/phylmd/physiq.F
===================================================================
--- LMDZ4/trunk/libf/phylmd/physiq.F	(revision 1354)
+++ LMDZ4/trunk/libf/phylmd/physiq.F	(revision 1355)
@@ -1155,4 +1155,9 @@
       missing_val=nf90_fill_real
 c======================================================================
+! Gestion calendrier : mise a jour du module phys_cal_mod
+!
+      CALL phys_cal_update(jD_cur,jH_cur)
+
+c======================================================================
 ! Ecriture eventuelle d'un profil verticale en entree de la physique.
 ! Utilise notamment en 1D mais peut etre active egalement en 3D
@@ -1260,5 +1265,5 @@
 ! Gestion calendrier : mise a jour du module phys_cal_mod
 !
-      CALL phys_cal_update(jD_cur,jH_cur)
+cIM     CALL phys_cal_update(jD_cur,jH_cur)
 
 c
