Changeset 3161 for trunk/LMDZ.MARS/libf
- Timestamp:
- Dec 19, 2023, 3:14:48 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/write_output_mod.F90
r3160 r3161 18 18 19 19 SUBROUTINE write_output_d0(field_name,title,units,field) 20 ! For a s urface field20 ! For a scalar 21 21 22 22 #ifdef CPP_XIOS … … 49 49 50 50 #ifdef CPP_XIOS 51 use xios_output_mod, only: xios_is_active_field52 use xios_output_mod, only: send_xios_field51 use xios_output_mod, only: xios_is_active_field 52 use xios_output_mod, only: send_xios_field 53 53 #endif 54 54 … … 80 80 use xios_output_mod, only: send_xios_field 81 81 #endif 82 82 83 use comsoil_h, only: nsoilmx 83 84 use writediagsoil_mod, only: writediagsoil … … 109 110 110 111 SUBROUTINE write_output_i0(field_name,title,units,field) 111 ! For a s urface field112 ! For a scalar 112 113 113 114 #ifdef CPP_XIOS … … 200 201 201 202 SUBROUTINE write_output_l0(field_name,title,units,field) 202 ! For a surface field 203 ! For a scalar 203 204 204 205 #ifdef CPP_XIOS
Note: See TracChangeset
for help on using the changeset viewer.